Add more algorithms
This commit is contained in:
14
configs/opts/ImageNet-E480-MobileS.config
Normal file
14
configs/opts/ImageNet-E480-MobileS.config
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"scheduler": ["str", "exponential"],
|
||||
"epochs" : ["int", "480"],
|
||||
"warmup" : ["int", "0"],
|
||||
"gamma" : ["float", "0.98"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"LR" : ["float", "0.045"],
|
||||
"decay" : ["float", "0.00004"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "0"],
|
||||
"criterion": ["str", "SmoothSoftmax"],
|
||||
"label_smooth": ["float", 0.1],
|
||||
"auxiliary": ["float", "-1"]
|
||||
}
|
Reference in New Issue
Block a user