update CVPR-2019-GDAS re-train NASNet-search-space searched models
This commit is contained in:
10
configs/archs/NAS-CIFAR-none.config
Normal file
10
configs/archs/NAS-CIFAR-none.config
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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]
|
||||
}
|
9
configs/archs/NAS-IMAGENET-none.config
Normal file
9
configs/archs/NAS-IMAGENET-none.config
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"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]
|
||||
}
|
Reference in New Issue
Block a user