mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-16 14:41:53 +00:00
[booster] implemented the torch ddd + resnet example (#3232)
* [booster] implemented the torch ddd + resnet example * polish code
This commit is contained in:
4
colossalai/interface/__init__.py
Normal file
4
colossalai/interface/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .model import ModelWrapper
|
||||
from .optimizer import OptimizerWrapper
|
||||
|
||||
__all__ = ['OptimizerWrapper', 'ModelWrapper']
|
Reference in New Issue
Block a user