Skip to content

Commit

Permalink
fix reduction conformer_ctc3/train.py (facebookresearch#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozengwei authored Feb 14, 2023
1 parent c5e687d commit 4e832fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/librispeech/ASR/conformer_ctc3/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def get_params() -> AttributeDict:
"num_encoder_layers": 12,
# parameters for loss
"beam_size": 10,
"reduction": "sum",
"reduction": "none",
"use_double_scores": True,
# parameters for Noam
"model_warm_step": 3000, # arg given to model, not for lrate
Expand Down

0 comments on commit 4e832fa

Please sign in to comment.