update
Browse files- hyperparams.yaml +2 -1
hyperparams.yaml
CHANGED
|
@@ -128,7 +128,8 @@ asr_model: !new:torch.nn.ModuleList
|
|
| 128 |
|
| 129 |
modules:
|
| 130 |
compute_features: !ref <compute_features>
|
| 131 |
-
|
|
|
|
| 132 |
asr_model: !ref <asr_model>
|
| 133 |
normalize: !ref <normalize>
|
| 134 |
lm_model: !ref <lm_model>
|
|
|
|
| 128 |
|
| 129 |
modules:
|
| 130 |
compute_features: !ref <compute_features>
|
| 131 |
+
pre_transformer: !ref <CNN>
|
| 132 |
+
transformer: !ref <Transformer>
|
| 133 |
asr_model: !ref <asr_model>
|
| 134 |
normalize: !ref <normalize>
|
| 135 |
lm_model: !ref <lm_model>
|