Add more algorithms
This commit is contained in:
14
configs/search-KD-opts/ImageNet-E120-Cos-Soft.config
Normal file
14
configs/search-KD-opts/ImageNet-E120-Cos-Soft.config
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
15
configs/search-KD-opts/ImageNet-E150-MobileFast.config
Normal file
15
configs/search-KD-opts/ImageNet-E150-MobileFast.config
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"eta_min" : ["float", "0.0"],
|
||||
"epochs" : ["int", "155"],
|
||||
"T_max" : ["int", "150"],
|
||||
"warmup" : ["int", "0"],
|
||||
"gamma" : ["float", "0.98"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"LR" : ["float", "0.05"],
|
||||
"decay" : ["float", "0.00004"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "0"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"auxiliary": ["float", "-1"]
|
||||
}
|
Reference in New Issue
Block a user