change batchsize in DARTS-NASNet to 64 ; add some type checking

This commit is contained in:
D-X-Y
2020-02-07 10:15:58 +11:00
parent 923b0fe9cf
commit 1efe3cbccf
4 changed files with 16 additions and 10 deletions

View File

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