change batchsize in DARTS-NASNet to 64 ; add some type checking
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "256"]
|
||||
"batch_size": ["int", "64"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user