xautodl/lib/nas/__init__.py

11 lines
342 B
Python
Raw Normal View History

2019-04-10 13:13:29 +02:00
##################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 #
##################################################
from .CifarNet import NetworkCIFAR
from .ImageNet import NetworkImageNet
2019-01-31 15:27:38 +01:00
# genotypes
2019-04-10 13:13:29 +02:00
from .genotypes import model_types
2019-01-31 15:27:38 +01:00
from .construct_utils import return_alphas_str