11 lines
342 B
Python
11 lines
342 B
Python
##################################################
|
|
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 #
|
|
##################################################
|
|
from .CifarNet import NetworkCIFAR
|
|
from .ImageNet import NetworkImageNet
|
|
|
|
# genotypes
|
|
from .genotypes import model_types
|
|
|
|
from .construct_utils import return_alphas_str
|