14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
{
|
|
"scheduler": ["str", "cos"],
|
|
"eta_min" : ["float", "0.001"],
|
|
"epochs" : ["int", "25"],
|
|
"warmup" : ["int", "0"],
|
|
"optim" : ["str", "SGD"],
|
|
"LR" : ["float", "0.025"],
|
|
"decay" : ["float", "0.0005"],
|
|
"momentum" : ["float", "0.9"],
|
|
"nesterov" : ["bool", "1"],
|
|
"criterion": ["str", "Softmax"],
|
|
"batch_size": ["int", "64"]
|
|
}
|