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