| # Once for All: Train One Network and Specialize it for Efficient Deployment | |
| # Han Cai, Chuang Gan, Tianzhe Wang, Zhekai Zhang, Song Han | |
| # International Conference on Learning Representations (ICLR), 2020. | |
| from .dyn_proxyless import DYNProxylessNASNets,DYNProxylessNASNets_Cifar | |
| from .dyn_mbv3 import DYNMobileNetV3,DYNMobileNetV3_Cifar | |
| from .dyn_resnets import DYNResNets,DYNResNets_Cifar | |