autodl-projects/configs/archs/CIFAR-DenseBC100-12.config
2019-09-28 18:24:47 +10:00

11 lines
274 B
Plaintext

{
"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"]
}