xautodl/configs/archs/NAS-IMAGENET-none.config

10 lines
253 B
Plaintext
Raw Normal View History

{
"super_type": ["str", "infer-nasnet.imagenet"],
"genotype" : ["none", "none"],
"dataset" : ["str", "imagenet"],
"ichannel" : ["int", 50],
"layers" : ["int", 4],
"auxiliary" : ["bool", 1],
"drop_path_prob": ["float", 0]
}