swap-nas/AutoDL-Projects/configs/search-KD-opts/ImageNet-E120-Cos-Soft.config

15 lines
401 B
Plaintext
Raw Normal View History

2024-08-25 18:02:31 +02:00
{
"scheduler": ["str", "cos"],
"eta_min" : ["float", "0.0"],
"epochs" : ["int", "125"],
"T_max" : ["int", "120"],
"warmup" : ["int", "5"],
"optim" : ["str", "SGD"],
"LR" : ["float", "0.1"],
"decay" : ["float", "0.0001"],
"momentum" : ["float", "0.9"],
"nesterov" : ["bool", "1"],
"criterion": ["str", "Softmax"],
"auxiliary": ["float", "-1"]
}