swap-nas/AutoDL-Projects/configs/archs/CIFAR-ResNet164.config

9 lines
227 B
Plaintext
Raw Normal View History

2024-08-25 18:02:31 +02:00
{
"dataset" : ["str", "cifar"],
"arch" : ["str", "resnet"],
"depth" : ["int", 164],
"module" : ["str", "ResNetBottleneck"],
"super_type": ["str" , "basic"],
"zero_init_residual" : ["bool", "0"]
}