update README

This commit is contained in:
D-X-Y
2019-09-28 19:49:13 +10:00
parent cfb462e463
commit c2c1e5100d
7 changed files with 11 additions and 246 deletions

View File

@@ -1,13 +0,0 @@
{
"scheduler": ["str", "cos"],
"eta_min" : ["float", "0.0"],
"epochs" : ["int", "120"],
"warmup" : ["int", "5"],
"optim" : ["str", "SGD"],
"LR" : ["float", "0.5"],
"decay" : ["float", "0.0001"],
"momentum" : ["float", "0.9"],
"nesterov" : ["bool", "1"],
"criterion": ["str", "Softmax"],
"auxiliary": ["float", "-1"]
}