fix bugs in RANDOM-NAS and BOHB
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user