Add more algorithms
This commit is contained in:
14
configs/opts/ImageNet-E120-Step-Soft.config
Normal file
14
configs/opts/ImageNet-E120-Step-Soft.config
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"scheduler": ["str", "multistep"],
|
||||
"epochs" : ["int", "120"],
|
||||
"warmup" : ["int", "5"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"LR" : ["float", "0.1"],
|
||||
"milestones":["int", [30, 60, 90]],
|
||||
"gammas" : ["float", [0.1, 0.1, 0.1]],
|
||||
"decay" : ["float", "0.0001"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"auxiliary": ["float", "-1"]
|
||||
}
|
Reference in New Issue
Block a user