add configs for the searched shape (NeurIPS19)
This commit is contained in:
13
configs/NeurIPS-2019/C010-ResNet20.config
Normal file
13
configs/NeurIPS-2019/C010-ResNet20.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"dataset" : ["str" , "cifar"],
|
||||
"arch" : ["str" , "resnet"],
|
||||
"depth" : ["int" , "20"],
|
||||
"module" : ["str" , "ResNetBasicblock"],
|
||||
"super_type" : ["str" , "infer-shape"],
|
||||
"zero_init_residual" : ["bool" , "0"],
|
||||
"class_num" : ["int" , "10"],
|
||||
"search_mode" : ["str" , "shape"],
|
||||
"xchannels" : ["int" , ["3", "16", "6", "4", "4", "4", "4", "4", "32", "32", "12", "19", "32", "28", "64", "64", "64", "64", "64", "44"]],
|
||||
"xblocks" : ["int" , ["3", "3", "3"]],
|
||||
"estimated_FLOP" : ["float" , "22.444472"]
|
||||
}
|
13
configs/NeurIPS-2019/C010-ResNet32.config
Normal file
13
configs/NeurIPS-2019/C010-ResNet32.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"dataset" : ["str" , "cifar"],
|
||||
"arch" : ["str" , "resnet"],
|
||||
"depth" : ["int" , "32"],
|
||||
"module" : ["str" , "ResNetBasicblock"],
|
||||
"super_type" : ["str" , "infer-shape"],
|
||||
"zero_init_residual" : ["bool" , "0"],
|
||||
"class_num" : ["int" , "10"],
|
||||
"search_mode" : ["str" , "shape"],
|
||||
"xchannels" : ["int" , ["3", "16", "6", "4", "12", "4", "4", "16", "9", "9", "6", "14", "32", "32", "9", "19", "28", "9", "32", "19", "32", "9", "64", "64", "64", "64", "64", "64", "64", "32", "38", "32"]],
|
||||
"xblocks" : ["int" , ["5", "5", "5"]],
|
||||
"estimated_FLOP" : ["float" , "34.945344"]
|
||||
}
|
13
configs/NeurIPS-2019/C100-ResNet20.config
Normal file
13
configs/NeurIPS-2019/C100-ResNet20.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"dataset" : ["str" , "cifar"],
|
||||
"arch" : ["str" , "resnet"],
|
||||
"depth" : ["int" , "20"],
|
||||
"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", "4", "4", "4", "4", "6", "4", "32", "32", "9", "19", "32", "28", "64", "64", "64", "64", "64", "64"]],
|
||||
"xblocks" : ["int" , ["3", "3", "3"]],
|
||||
"estimated_FLOP" : ["float" , "22.433792"]
|
||||
}
|
11
configs/NeurIPS-2019/C100-ResNet32.config
Normal file
11
configs/NeurIPS-2019/C100-ResNet32.config
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"dataset" : ["str" , "cifar"],
|
||||
"arch" : ["str" , "resnet"],
|
||||
"depth" : ["int" , "32"],
|
||||
"module" : ["str" , "ResNetBasicblock"],
|
||||
"super_type" : ["str" , "infer"],
|
||||
"zero_init_residual" : ["bool" , "0"],
|
||||
"class_num" : ["int" , "100"],
|
||||
"xchannels" : ["int" , ["3", "16", "4", "4", "4", "14", "6", "4", "8", "4", "4", "4", "32", "32", "9", "28", "28", "28", "28", "28", "32", "32", "64", "64", "64", "64", "64", "64", "64", "64", "64", "64"]],
|
||||
"estimated_FLOP" : ["float" , "42.493184"]
|
||||
}
|
Reference in New Issue
Block a user