autodl-projects/xautodl/nas_infer_model/DXYs/__init__.py

6 lines
254 B
Python
Raw Permalink Normal View History

2019-09-28 10:24:47 +02:00
# Performance-Aware Template Network for One-Shot Neural Architecture Search
2021-05-26 10:53:44 +02:00
from .CifarNet import NetworkCIFAR as CifarNet
from .ImageNet import NetworkImageNet as ImageNet
2019-09-28 10:24:47 +02:00
from .genotypes import Networks
from .genotypes import build_genotype_from_dict