add configs for the searched shape (NeurIPS19)

This commit is contained in:
D-X-Y
2019-12-07 21:49:40 +11:00
parent 2ad81707f8
commit da7d3245ca
6 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"dataset" : ["str" , "cifar"],
"arch" : ["str" , "resnet"],
"depth" : ["int" , "56"],
"module" : ["str" , "ResNetBasicblock"],
"super_type" : ["str" , "infer-shape"],
"zero_init_residual" : ["bool" , "0"],
"class_num" : ["int" , "100"],
"search_mode" : ["str" , "shape"],
"xchannels" : ["int" , ["3", "16", "16", "9", "14", "16", "14", "16", "8", "16", "8", "14", "4", "4", "4", "8", "4", "6", "4", "4", "32", "32", "32", "28", "32", "32", "32", "22", "32", "32", "32", "9", "25", "19", "25", "12", "9", "9", "64", "64", "64", "64", "64", "64", "64", "64", "64", "51", "19", "19", "19", "19", "25", "38", "19", "19"]],
"xblocks" : ["int" , ["5", "5", "7"]],
"estimated_FLOP" : ["float" , "59.472556"]
}