xautodl/lib/xlayers/super_core.py

9 lines
356 B
Python
Raw Normal View History

2021-03-18 11:32:26 +01:00
#####################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2021.03 #
#####################################################
2021-03-19 08:17:49 +01:00
from .super_module import SuperRunMode
2021-03-18 11:32:26 +01:00
from .super_module import SuperModule
2021-03-19 11:22:58 +01:00
from .super_linear import SuperLinear
from .super_linear import SuperMLP
2021-03-20 08:56:37 +01:00
from .super_attention import SuperAttention