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
|
2020-01-14 14:52:06 +01:00
|
|
|
from .genotypes import build_genotype_from_dict
|