xautodl/configs/archs/CIFAR-WRN28-10.config

9 lines
203 B
Plaintext
Raw Permalink Normal View History

2019-09-28 10:24:47 +02:00
{
"dataset" : ["str", "cifar"],
"arch" : ["str", "wideresnet"],
"depth" : ["int", 28],
"wide_factor":["int", 10],
"dropout" : ["bool", 0],
"super_type": ["str" , "basic"]
}