Titouan commited on
Commit
bf677fa
1 Parent(s): a6f56ed
Files changed (1) hide show
  1. 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
- asr_encoder: !ref <asr_encoder>
 
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>