autodl-projects/configs/archs/ImageNet-ShuffleNetV2-M.config
2019-09-28 18:24:47 +10:00

7 lines
193 B
Plaintext

{
"dataset" : ["str", "imagenet"],
"arch" : ["str", "ShuffleNetV2"],
"width_multi" : ["float", 1.5],
"stages" : ["int", [24, 176, 352, 704, 1024]]
}