autodl-projects/configs/archs/CIFAR-DenseBC100-12.config

11 lines
274 B
Plaintext
Raw Normal View History

2019-09-28 10:24:47 +02:00
{
"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"]
}