autodl-projects/configs/nas-benchmark/algos/SETN.config

15 lines
410 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"],
2019-11-19 04:39:26 +01:00
"epochs" : ["int", "250"],
2019-11-05 13:35:28 +01:00
"warmup" : ["int", "0"],
"optim" : ["str", "SGD"],
"decay" : ["float", "0.0005"],
"momentum" : ["float", "0.9"],
"nesterov" : ["bool", "1"],
"criterion": ["str", "Softmax"],
2019-11-09 06:50:13 +01:00
"batch_size": ["int", "64"],
"test_batch_size": ["int", "512"]
2019-11-05 13:35:28 +01:00
}