update README
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"dataset" : ["str", "cifar"],
|
||||
"arch" : ["str", "densenet"],
|
||||
"depth" : ["int", 100],
|
||||
"growthRate": ["int", 12],
|
||||
"reduction" : ["float", 0.5],
|
||||
"bottleneck": ["bool", 1],
|
||||
"super_type": ["str" , "basic"],
|
||||
"zero_init_residual" : ["bool", "0"]
|
||||
}
|
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"dataset" : ["str", "imagenet"],
|
||||
"arch" : ["str", "MobileNetV2"],
|
||||
"width_mult" : ["float", 1.0],
|
||||
"dropout" : ["float", 0.2],
|
||||
"input_channel" : ["int", 32],
|
||||
"last_channel" : ["int", 1280],
|
||||
"block_name" : ["str", "InvertedResidual"]
|
||||
}
|
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"dataset" : ["str", "imagenet"],
|
||||
"arch" : ["str", "ShuffleNetV2"],
|
||||
"width_multi" : ["float", 2.0],
|
||||
"stages" : ["int", [24, 244, 488, 976, 2048]]
|
||||
}
|
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"dataset" : ["str", "imagenet"],
|
||||
"arch" : ["str", "ShuffleNetV2"],
|
||||
"width_multi" : ["float", 1.5],
|
||||
"stages" : ["int", [24, 176, 352, 704, 1024]]
|
||||
}
|
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"dataset" : ["str", "imagenet"],
|
||||
"arch" : ["str", "ShuffleNetV2"],
|
||||
"width_multi" : ["float", 1.0],
|
||||
"stages" : ["int", [24, 116, 232, 464, 1024]]
|
||||
}
|
Reference in New Issue
Block a user