Add more algorithms
This commit is contained in:
11
configs/archs/ImageNet-ResNet152V2.config
Normal file
11
configs/archs/ImageNet-ResNet152V2.config
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"dataset" : ["str", "imagenet"],
|
||||
"arch" : ["str", "resnet"],
|
||||
"block_name" : ["str", "Bottleneck"],
|
||||
"layers" : ["int", [3,8,36,3]],
|
||||
"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