Correct weight decay of DARTS from 5e-4 to 3e-4
This commit is contained in:
		| @@ -5,7 +5,7 @@ | |||||||
|   "warmup"   : ["int",   "5"], |   "warmup"   : ["int",   "5"], | ||||||
|   "optim"    : ["str",   "SGD"], |   "optim"    : ["str",   "SGD"], | ||||||
|   "LR"       : ["float", "0.025"], |   "LR"       : ["float", "0.025"], | ||||||
|   "decay"    : ["float", "0.0005"], |   "decay"    : ["float", "0.0003"], | ||||||
|   "momentum" : ["float", "0.9"], |   "momentum" : ["float", "0.9"], | ||||||
|   "nesterov" : ["bool",  "1"], |   "nesterov" : ["bool",  "1"], | ||||||
|   "criterion": ["str",   "Softmax"], |   "criterion": ["str",   "Softmax"], | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ | |||||||
|   "epochs"   : ["int",   "50"], |   "epochs"   : ["int",   "50"], | ||||||
|   "warmup"   : ["int",   "0"], |   "warmup"   : ["int",   "0"], | ||||||
|   "optim"    : ["str",   "SGD"], |   "optim"    : ["str",   "SGD"], | ||||||
|   "decay"    : ["float", "0.0005"], |   "decay"    : ["float", "0.0003"], | ||||||
|   "momentum" : ["float", "0.9"], |   "momentum" : ["float", "0.9"], | ||||||
|   "nesterov" : ["bool",  "1"], |   "nesterov" : ["bool",  "1"], | ||||||
|   "criterion": ["str",   "Softmax"], |   "criterion": ["str",   "Softmax"], | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user