2019-04-10 13:13:29 +02:00
|
|
|
##################################################
|
|
|
|
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 #
|
|
|
|
##################################################
|
2019-01-31 15:27:38 +01:00
|
|
|
from .model_search import Network
|
2019-04-10 13:13:29 +02:00
|
|
|
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
|