update README

This commit is contained in:
Xuanyi Dong
2019-04-10 19:13:29 +08:00
parent 17b615e792
commit f0da071806
20 changed files with 56 additions and 13 deletions

View File

@@ -1,9 +1,11 @@
##################################################
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 #
##################################################
from .model_search import Network
# acceleration model
from .CifarNet import NetworkCIFAR
from .ImageNet import NetworkImageNet
from .CifarNet import NetworkCIFAR
from .ImageNet import NetworkImageNet
# genotypes
from .genotypes import model_types
from .genotypes import model_types
from .construct_utils import return_alphas_str