support first-order DARTS on the NASNet search space
This commit is contained in:
9
configs/search-archs/DARTS-NASNet-CIFAR.config
Normal file
9
configs/search-archs/DARTS-NASNet-CIFAR.config
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"super_type" : ["str", "nasnet-super"],
|
||||
"name" : ["str", "GDAS"],
|
||||
"C" : ["int", "16" ],
|
||||
"N" : ["int", "2" ],
|
||||
"steps" : ["int", "4" ],
|
||||
"multiplier" : ["int", "4" ],
|
||||
"stem_multiplier" : ["int", "3" ]
|
||||
}
|
13
configs/search-opts/DARTS-NASNet-CIFAR.config
Normal file
13
configs/search-opts/DARTS-NASNet-CIFAR.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"LR" : ["float", "0.025"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "50"],
|
||||
"warmup" : ["int", "0"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"decay" : ["float", "0.0005"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "256"]
|
||||
}
|
Reference in New Issue
Block a user