swap-nas/AutoDL-Projects/configs/archs/NAS-IMAGENET-DARTS_V2.config
2024-08-25 18:02:31 +02:00

10 lines
240 B
Plaintext

{
"arch" : ["str", "dxys"],
"genotype" : ["str", "DARTS_V2"],
"dataset" : ["str", "imagenet"],
"ichannel" : ["int", 48],
"layers" : ["int", 4],
"auxiliary" : ["bool", 1],
"drop_path_prob": ["float", 0]
}