Commit
·
8cde8bf
1
Parent(s):
7a1854e
Update hyperparams.yaml
Browse files- hyperparams.yaml +0 -6
hyperparams.yaml
CHANGED
|
@@ -40,12 +40,6 @@ output_lin: !new:speechbrain.nnet.linear.Linear
|
|
| 40 |
n_neurons: !ref <output_neurons>
|
| 41 |
bias: True
|
| 42 |
|
| 43 |
-
log_softmax: !new:speechbrain.nnet.activations.Softmax
|
| 44 |
-
apply_log: True
|
| 45 |
-
|
| 46 |
-
ctc_cost: !name:speechbrain.nnet.losses.ctc_loss
|
| 47 |
-
blank_index: !ref <blank_index>
|
| 48 |
-
|
| 49 |
model: !new:torch.nn.ModuleList
|
| 50 |
- [!ref <enc>, !ref <output_lin>]
|
| 51 |
|
|
|
|
| 40 |
n_neurons: !ref <output_neurons>
|
| 41 |
bias: True
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
model: !new:torch.nn.ModuleList
|
| 44 |
- [!ref <enc>, !ref <output_lin>]
|
| 45 |
|