add autodl
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"super_type" : ["str", "nasnet-super"],
|
||||
"name" : ["str", "DARTS"],
|
||||
"C" : ["int", "16" ],
|
||||
"N" : ["int", "2" ],
|
||||
"steps" : ["int", "4" ],
|
||||
"multiplier" : ["int", "4" ],
|
||||
"stem_multiplier" : ["int", "3" ]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"super_type" : ["str", "nasnet-super"],
|
||||
"name" : ["str", "GDAS"],
|
||||
"C" : ["int", "16" ],
|
||||
"N" : ["int", "2" ],
|
||||
"steps" : ["int", "4" ],
|
||||
"multiplier" : ["int", "4" ],
|
||||
"stem_multiplier" : ["int", "3" ]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"super_type" : ["str", "nasnet-super"],
|
||||
"name" : ["str", "GDAS_FRC"],
|
||||
"C" : ["int", "16" ],
|
||||
"N" : ["int", "2" ],
|
||||
"steps" : ["int", "4" ],
|
||||
"multiplier" : ["int", "4" ],
|
||||
"stem_multiplier" : ["int", "3" ]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"dataset" : ["str", "imagenet"],
|
||||
"arch" : ["str", "MobileNetV2"],
|
||||
"width_mult" : ["float", 1.0],
|
||||
"dropout" : ["float", 0.0],
|
||||
"input_channel" : ["int", 32],
|
||||
"last_channel" : ["int", 1280],
|
||||
"block_name" : ["str", "InvertedResidual"]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"dataset" : ["str", "imagenet"],
|
||||
"arch" : ["str", "resnet"],
|
||||
"block_name" : ["str", "BasicBlock"],
|
||||
"layers" : ["int", [3,4,6,3]],
|
||||
"deep_stem" : ["bool", 0],
|
||||
"zero_init_residual" : ["bool", "1"]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
Reference in New Issue
Block a user