update TF
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
# Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 #
|
||||
##################################################
|
||||
from .search_model_gdas import TinyNetworkGDAS
|
||||
from .search_model_darts import TinyNetworkDARTS
|
||||
|
||||
nas_super_nets = {'GDAS': TinyNetworkGDAS}
|
||||
nas_super_nets = {'GDAS' : TinyNetworkGDAS,
|
||||
'DARTS': TinyNetworkDARTS}
|
||||
|
Reference in New Issue
Block a user