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

11 lines
268 B
Plaintext
Raw Normal View History

2019-09-28 10:24:47 +02:00
{
"arch" : ["str", "dxys"],
"genotype" : ["str", "NASNet"],
"dataset" : ["str", "cifar"],
"ichannel" : ["int", 33],
"layers" : ["int", 6],
"stem_multi": ["int", 3],
"auxiliary" : ["bool", 1],
"drop_path_prob": ["float", 0.2]
}