diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp index 666d54424..c2e5880b1 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/.train.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py index b80b2631e..3c06b8f4b 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py @@ -442,7 +442,7 @@ def get_params() -> AttributeDict: "feature_dim": 80, "subsampling_factor": 4, # parameters for Noam - "model_warm_step": 3000, # arg given to model, not for lrate + "model_warm_step": 2000, # arg given to model, not for lrate "env_info": get_env_info(), } )