add autodl
This commit is contained in:
8
AutoDL-Projects/configs/archs/CIFAR-ResNet110.config
Normal file
8
AutoDL-Projects/configs/archs/CIFAR-ResNet110.config
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"dataset" : ["str", "cifar"],
|
||||
"arch" : ["str", "resnet"],
|
||||
"depth" : ["int", 110],
|
||||
"module" : ["str", "ResNetBasicblock"],
|
||||
"super_type": ["str" , "basic"],
|
||||
"zero_init_residual" : ["bool", "0"]
|
||||
}
|
Reference in New Issue
Block a user