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