xautodl/configs/opts/CIFAR-E300-W5-L4-COS.config

13 lines
336 B
Plaintext
Raw Normal View History

2019-09-28 10:24:47 +02:00
{
"scheduler": ["str", "cos"],
"eta_min" : ["float", "0.0"],
"epochs" : ["int", "300"],
"warmup" : ["int", "5"],
"optim" : ["str", "SGD"],
"LR" : ["float", "0.4"],
"decay" : ["float", "0.0005"],
"momentum" : ["float", "0.9"],
"nesterov" : ["bool", "1"],
"criterion": ["str", "Softmax"]
}