fix bugs in RANDOM-NAS and BOHB

This commit is contained in:
D-X-Y
2019-12-29 20:17:26 +11:00
parent 4c144b7437
commit f8f44bfb31
8 changed files with 469 additions and 67 deletions

View File

@@ -9,5 +9,6 @@
"momentum" : ["float", "0.9"],
"nesterov" : ["bool", "1"],
"criterion": ["str", "Softmax"],
"batch_size": ["int", "64"]
"batch_size": ["int", "64"],
"test_batch_size": ["int", "512"]
}