update 10 NAS algs
This commit is contained in:
10
others/GDAS/configs/pyramidC100.config
Normal file
10
others/GDAS/configs/pyramidC100.config
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type" : ["str", "multistep"],
|
||||
"batch_size": ["int", 128],
|
||||
"epochs" : ["int", 300],
|
||||
"momentum" : ["float", 0.9],
|
||||
"decay" : ["float", 0.0001],
|
||||
"LR" : ["float", 0.5],
|
||||
"milestones": ["int", [150, 225]],
|
||||
"gammas" : ["float", [0.1, 0.1]]
|
||||
}
|
Reference in New Issue
Block a user