Files
xautodl/configs/nas-benchmark/algos/SETN.config

15 lines
410 B
Plaintext
Raw Normal View History

2019-11-05 23:35:28 +11:00
{
"scheduler": ["str", "cos"],
"eta_min" : ["float", "0.001"],
2019-11-19 14:39:26 +11:00
"epochs" : ["int", "250"],
2019-11-05 23:35:28 +11:00
"warmup" : ["int", "0"],
"optim" : ["str", "SGD"],
"LR" : ["float", "0.025"],
"decay" : ["float", "0.0005"],
"momentum" : ["float", "0.9"],
"nesterov" : ["bool", "1"],
"criterion": ["str", "Softmax"],
2019-11-09 16:50:13 +11:00
"batch_size": ["int", "64"],
"test_batch_size": ["int", "512"]
2019-11-05 23:35:28 +11:00
}