autodl-projects/configs/search-opts/ImageNet-MobileFast.config
2019-09-28 18:24:47 +10:00

16 lines
444 B
Plaintext

{
"scheduler": ["str", "cos"],
"eta_min" : ["float", "0.0"],
"epochs" : ["int", "150"],
"warmup" : ["int", "0"],
"gamma" : ["float", "0.98"],
"optim" : ["str", "SGD"],
"LR" : ["float", "0.05"],
"decay" : ["float", "0.00004"],
"momentum" : ["float", "0.9"],
"nesterov" : ["bool", "0"],
"criterion": ["str", "Softmax"],
"arch_LR" : ["float", "0.001"],
"arch_decay" : ["float", "0.001"]
}