swap-nas/AutoDL-Projects/configs/archs/CIFAR-WRN28-10.config
2024-08-25 18:02:31 +02:00

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