mirror of https://github.com/hpcaitech/ColossalAI
5 lines
129 B
Python
5 lines
129 B
Python
|
from .hanging_param_model import *
|
||
|
from .nested_model import *
|
||
|
from .repeated_computed_layers import *
|
||
|
from .simple_net import *
|