9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
{
|
|
"dataset" : ["str", "cifar"],
|
|
"arch" : ["str", "wideresnet"],
|
|
"depth" : ["int", 28],
|
|
"wide_factor":["int", 10],
|
|
"dropout" : ["bool", 0],
|
|
"super_type": ["str" , "basic"]
|
|
}
|