15 lines
		
	
	
		
			408 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			408 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "scheduler": ["str",   "cos"],
 | |
|   "eta_min"  : ["float", "0.0"],
 | |
|   "epochs"   : ["int",   "300"],
 | |
|   "warmup"   : ["int",   "5"],
 | |
|   "optim"    : ["str",   "SGD"],
 | |
|   "LR"       : ["float", "0.1"],
 | |
|   "decay"    : ["float", "0.0005"],
 | |
|   "momentum" : ["float", "0.9"],
 | |
|   "nesterov" : ["bool",  "1"],
 | |
|   "criterion": ["str",   "Softmax"],
 | |
|   "arch_LR"  : ["float", "0.001"],
 | |
|   "arch_decay" : ["float", "0.001"]
 | |
| }
 |