Add more algorithms
This commit is contained in:
10
configs/archs/CIFAR-DenseBC100-12.config
Normal file
10
configs/archs/CIFAR-DenseBC100-12.config
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
Reference in New Issue
Block a user