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