xautodl/configs/nas-benchmark/algos/DARTS.config

14 lines
371 B
Plaintext
Raw Permalink Normal View History

2019-11-05 13:35:28 +01:00
{
"scheduler": ["str", "cos"],
2019-12-24 07:36:47 +01:00
"LR" : ["float", "0.025"],
2019-11-05 13:35:28 +01:00
"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", "64"]
}