2019-09-28 18:24:47 +10:00
|
|
|
# Performance-Aware Template Network for One-Shot Neural Architecture Search
|
|
|
|
from .CifarNet import NetworkCIFAR as CifarNet
|
|
|
|
from .ImageNet import NetworkImageNet as ImageNet
|
|
|
|
from .genotypes import Networks
|
2020-01-15 00:52:06 +11:00
|
|
|
from .genotypes import build_genotype_from_dict
|