Add more algorithms
This commit is contained in:
12
configs/opts/CIFAR-E300-W5-L4-COS.config
Normal file
12
configs/opts/CIFAR-E300-W5-L4-COS.config
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
Reference in New Issue
Block a user