add autodl

This commit is contained in:
mhz
2024-08-25 18:02:31 +02:00
parent 192f286cfb
commit a0a25f291c
431 changed files with 50646 additions and 8 deletions

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