update README

This commit is contained in:
D-X-Y
2019-09-28 20:18:18 +10:00
parent 180702ab8e
commit f8f3f382e0
18 changed files with 9 additions and 779 deletions

View File

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

View File

@@ -1,15 +0,0 @@
{
"scheduler": ["str", "cos"],
"eta_min" : ["float", "0.0"],
"epochs" : ["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", "SmoothSoftmax"],
"label_smooth": ["float", 0.1],
"auxiliary": ["float", "-1"]
}

View File

@@ -1,14 +0,0 @@
{
"scheduler": ["str", "linear"],
"LR_min" : ["float", "0.0"],
"epochs" : ["int", "240"],
"warmup" : ["int", "0"],
"optim" : ["str", "SGD"],
"LR" : ["float", "0.5"],
"decay" : ["float", "0.00004"],
"momentum" : ["float", "0.9"],
"nesterov" : ["bool", "1"],
"criterion": ["str", "SmoothSoftmax"],
"label_smooth": ["float", 0.1],
"auxiliary": ["float", "-1"]
}

View File

@@ -1,14 +0,0 @@
{
"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"]
}