Add more algorithms
This commit is contained in:
		
							
								
								
									
										12
									
								
								configs/archs/ImageNet-ResNet18V2.config
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								configs/archs/ImageNet-ResNet18V2.config
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| { | ||||
|   "dataset"         : ["str",  "imagenet"], | ||||
|   "arch"            : ["str",  "resnet"], | ||||
|   "block_name"      : ["str",  "BasicBlock"], | ||||
|   "layers"          : ["int",  [2,2,2,2]], | ||||
|   "deep_stem"       : ["bool", 1], | ||||
|   "zero_init_residual" : ["bool",  "1"], | ||||
|   "groups"          : ["int",  1], | ||||
|   "width_per_group" : ["int", 64], | ||||
|   "norm_layer"      : ["none", "None"] | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user