Update hyperparams.yaml
Browse files- hyperparams.yaml +1 -1
hyperparams.yaml
CHANGED
@@ -29,7 +29,7 @@ avg_pool: !new:speechbrain.nnet.pooling.StatisticsPooling
|
|
29 |
|
30 |
label_lin: !new:speechbrain.nnet.linear.Linear
|
31 |
input_size: !ref <encoder_dim>
|
32 |
-
n_neurons: !ref <
|
33 |
bias: False
|
34 |
|
35 |
model: !new:torch.nn.ModuleList
|
|
|
29 |
|
30 |
label_lin: !new:speechbrain.nnet.linear.Linear
|
31 |
input_size: !ref <encoder_dim>
|
32 |
+
n_neurons: !ref <out_n_neurons>
|
33 |
bias: False
|
34 |
|
35 |
model: !new:torch.nn.ModuleList
|