Fix small bugs
This commit is contained in:
10
configs/archs/NAS-CIFAR-DARTS.config
Normal file
10
configs/archs/NAS-CIFAR-DARTS.config
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"arch" : ["str", "dxys"],
|
||||
"genotype" : ["str", "DARTS"],
|
||||
"dataset" : ["str", "cifar"],
|
||||
"ichannel" : ["int", 36],
|
||||
"layers" : ["int", 6],
|
||||
"stem_multi": ["int", 3],
|
||||
"auxiliary" : ["bool", 1],
|
||||
"drop_path_prob": ["float", 0.2]
|
||||
}
|
@@ -47,7 +47,7 @@ task:
|
||||
net_config:
|
||||
name: basic
|
||||
d_feat: 6
|
||||
embed_dim: 48
|
||||
embed_dim: 32
|
||||
num_heads: [4, 4, 4, 4, 4]
|
||||
mlp_hidden_multipliers: [4, 4, 4, 4, 4]
|
||||
qkv_bias: True
|
||||
|
Reference in New Issue
Block a user