xautodl/configs/nas-benchmark/algos/weight-sharing.config

15 lines
410 B
Plaintext
Raw Normal View History

2020-07-16 12:34:34 +02:00
{
"scheduler": ["str", "cos"],
"LR" : ["float", "0.025"],
"eta_min" : ["float", "0.001"],
2020-07-19 10:29:08 +02:00
"epochs" : ["int", "100"],
2020-07-16 12:34:34 +02:00
"warmup" : ["int", "0"],
"optim" : ["str", "SGD"],
"decay" : ["float", "0.0005"],
"momentum" : ["float", "0.9"],
"nesterov" : ["bool", "1"],
"criterion": ["str", "Softmax"],
"batch_size": ["int", "64"],
"test_batch_size": ["int", "512"]
}