11 lines
274 B
Plaintext
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"]
|
||
|
}
|