mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
fix reduction conformer_ctc3/train.py (#908)
This commit is contained in:
parent
c5e687ddf5
commit
4e832fa6b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user