autodl-projects/configs/archs/CIFAR-SIM05.config

8 lines
180 B
Plaintext
Raw Normal View History

2020-01-05 12:19:38 +01:00
{
"dataset" : ["str", "cifar"],
"arch" : ["str", "simres"],
"depth" : ["int", 5],
"super_type": ["str" , "basic"],
"zero_init_residual" : ["bool", "0"]
}