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

10 lines
253 B
Plaintext

{
"super_type": ["str", "infer-nasnet.imagenet"],
"genotype" : ["none", "none"],
"dataset" : ["str", "imagenet"],
"ichannel" : ["int", 50],
"layers" : ["int", 4],
"auxiliary" : ["bool", 1],
"drop_path_prob": ["float", 0]
}