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

11 lines
280 B
Plaintext
Raw Permalink Normal View History

{
"super_type": ["str", "infer-nasnet.cifar"],
"genotype" : ["none", "none"],
"dataset" : ["str", "cifar"],
"ichannel" : ["int", 33],
"layers" : ["int", 6],
"stem_multi": ["int", 3],
"auxiliary" : ["bool", 1],
"drop_path_prob": ["float", 0.2]
}