match configs for different NAS

This commit is contained in:
D-X-Y 2019-11-19 14:39:26 +11:00
parent b6c0828382
commit 5bd503aed4
4 changed files with 3 additions and 16 deletions

View File

@ -1,13 +0,0 @@
{
"scheduler": ["str", "cos"],
"eta_min" : ["float", "0.001"],
"epochs" : ["int", "50"],
"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"]
}

View File

@ -1,7 +1,7 @@
{ {
"scheduler": ["str", "cos"], "scheduler": ["str", "cos"],
"eta_min" : ["float", "0.001"], "eta_min" : ["float", "0.001"],
"epochs" : ["int", "240"], "epochs" : ["int", "250"],
"warmup" : ["int", "0"], "warmup" : ["int", "0"],
"optim" : ["str", "SGD"], "optim" : ["str", "SGD"],
"LR" : ["float", "0.025"], "LR" : ["float", "0.025"],

View File

@ -1,7 +1,7 @@
{ {
"scheduler": ["str", "cos"], "scheduler": ["str", "cos"],
"eta_min" : ["float", "0.001"], "eta_min" : ["float", "0.001"],
"epochs" : ["int", "150"], "epochs" : ["int", "250"],
"warmup" : ["int", "0"], "warmup" : ["int", "0"],
"optim" : ["str", "SGD"], "optim" : ["str", "SGD"],
"LR" : ["float", "0.025"], "LR" : ["float", "0.025"],

View File

@ -1,7 +1,7 @@
{ {
"scheduler": ["str", "cos"], "scheduler": ["str", "cos"],
"eta_min" : ["float", "0.001"], "eta_min" : ["float", "0.001"],
"epochs" : ["int", "400"], "epochs" : ["int", "250"],
"warmup" : ["int", "0"], "warmup" : ["int", "0"],
"optim" : ["str", "SGD"], "optim" : ["str", "SGD"],
"LR" : ["float", "0.025"], "LR" : ["float", "0.025"],