Add more algorithms
This commit is contained in:
8
configs/temps/T-MobileNetV2-X.config
Normal file
8
configs/temps/T-MobileNetV2-X.config
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"dataset" : ["str", "imagenet"],
|
||||
"arch" : ["str", "MobileNetV2"],
|
||||
"dropout" : ["float", 0.0],
|
||||
"super_type" : ["str", "infer-shape"],
|
||||
"xchannels" : ["str", "3-32 32-16 16-96-24 24-86-24 24-86-32 32-96-32 32-77-32 32-77-32 32-231-48 48-269-48 48-269-64 64-269-64 64-192-67 67-246-77 77-288-96 96-346-96 96-576-160 160-480-128 128-576-320 320-768"],
|
||||
"xblocks" : ["int", [1, 2, 3, 3, 3, 3, 1]]
|
||||
}
|
14
configs/temps/T-ResNet18.config
Normal file
14
configs/temps/T-ResNet18.config
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"dataset" : ["str" , "imagenet"],
|
||||
"arch" : ["str" , "resnet"],
|
||||
"block_name" : ["str" , "BasicBlock"],
|
||||
"layers" : ["int" , ["2", "2", "2", "2"]],
|
||||
"deep_stem" : ["bool" , "0"],
|
||||
"class_num" : ["int" , "1000"],
|
||||
"search_mode" : ["str" , "shape"],
|
||||
"xchannels" : ["int" , ["3", "48", "64", "38", "25", "57", "102", "89", "102", "115", "128", "230", "230", "256", "153", "358", "358", "460"]],
|
||||
"xblocks" : ["int" , ["2", "2", "2", "2"]],
|
||||
"super_type" : ["str" , "infer-shape"],
|
||||
"estimated_FLOP" : ["float" , "953.381522"],
|
||||
"zero_init_residual" : ["bool" , "1"]
|
||||
}
|
14
configs/temps/T-ResNet50.config
Normal file
14
configs/temps/T-ResNet50.config
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"],
|
||||
"class_num" : ["int" , "1000"],
|
||||
"search_mode" : ["str" , "shape"],
|
||||
"xchannels" : ["int" , ["3", "45", "45", "30", "102", "33", "60", "154", "68", "70", "180", "38", "38", "307", "38", "38", "410", "64", "128", "358", "38", "51", "256", "76", "76", "512", "76", "76", "512", "179", "256", "614", "100", "102", "307", "179", "230", "614", "204", "102", "307", "153", "153", "1228", "512", "512", "1434", "512", "512", "1844"]],
|
||||
"xblocks" : ["int" , ["3", "4", "5", "3"]],
|
||||
"super_type" : ["str" , "infer-shape"],
|
||||
"estimated_FLOP" : ["float" , "2291.316289"]
|
||||
}
|
14
configs/temps/X-ResNet18.config
Normal file
14
configs/temps/X-ResNet18.config
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"dataset" : ["str" , "imagenet"],
|
||||
"arch" : ["str" , "resnet"],
|
||||
"block_name" : ["str" , "BasicBlock"],
|
||||
"layers" : ["int" , ["2", "2", "2", "2"]],
|
||||
"deep_stem" : ["bool" , "0"],
|
||||
"zero_init_residual" : ["bool" , "1"],
|
||||
"class_num" : ["int" , "1000"],
|
||||
"search_mode" : ["str" , "shape"],
|
||||
"xchannels" : ["int" , ["3", "64", "25", "64", "38", "19", "128", "128", "38", "38", "256", "256", "256", "256", "512", "512", "512", "512"]],
|
||||
"xblocks" : ["int" , ["1", "1", "2", "2"]],
|
||||
"super_type" : ["str" , "infer-shape"],
|
||||
"estimated_FLOP" : ["float" , "1120.44032"]
|
||||
}
|
14
configs/temps/X-ResNet50.config
Normal file
14
configs/temps/X-ResNet50.config
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"],
|
||||
"class_num" : ["int" , "1000"],
|
||||
"search_mode" : ["str" , "shape"],
|
||||
"xchannels" : ["int" , ["3", "64", "64", "64", "230", "25", "19", "128", "19", "38", "76", "128", "128", "512", "38", "38", "204", "38", "51", "256", "51", "51", "153", "256", "256", "1024", "256", "256", "1024", "256", "256", "921", "256", "256", "1024", "76", "76", "614", "102", "76", "307", "512", "512", "2048", "512", "512", "2048", "512", "512", "2048"]],
|
||||
"xblocks" : ["int" , ["1", "1", "2", "3"]],
|
||||
"super_type" : ["str" , "infer-shape"],
|
||||
"estimated_FLOP" : ["float" , "1680.93696"]
|
||||
}
|
Reference in New Issue
Block a user