autodl-projects/configs/archs/ImageNet-ShuffleNetV2-M.config

7 lines
193 B
Plaintext
Raw Normal View History

2019-09-28 10:24:47 +02:00
{
"dataset" : ["str", "imagenet"],
"arch" : ["str", "ShuffleNetV2"],
"width_multi" : ["float", 1.5],
"stages" : ["int", [24, 176, 352, 704, 1024]]
}