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