16 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			437 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | { | ||
|  |   "scheduler": ["str",   "cos"], | ||
|  |   "eta_min"  : ["float", "0.0"], | ||
|  |   "epochs"   : ["int",   "155"], | ||
|  |   "T_max"    : ["int",   "150"], | ||
|  |   "warmup"   : ["int",   "0"], | ||
|  |   "gamma"    : ["float", "0.98"], | ||
|  |   "optim"    : ["str",   "SGD"], | ||
|  |   "LR"       : ["float", "0.05"], | ||
|  |   "decay"    : ["float", "0.00004"], | ||
|  |   "momentum" : ["float", "0.9"], | ||
|  |   "nesterov" : ["bool",  "0"], | ||
|  |   "criterion": ["str",   "Softmax"], | ||
|  |   "auxiliary": ["float", "-1"] | ||
|  | } |