Add more algorithms
This commit is contained in:
9
configs/archs/NAS-IMAGENET-DARTS_V2.config
Normal file
9
configs/archs/NAS-IMAGENET-DARTS_V2.config
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"arch" : ["str", "dxys"],
|
||||
"genotype" : ["str", "DARTS_V2"],
|
||||
"dataset" : ["str", "imagenet"],
|
||||
"ichannel" : ["int", 48],
|
||||
"layers" : ["int", 4],
|
||||
"auxiliary" : ["bool", 1],
|
||||
"drop_path_prob": ["float", 0]
|
||||
}
|
Reference in New Issue
Block a user