diff --git a/egs/librispeech/ASR/.gtrans.sh.swp b/egs/librispeech/ASR/.gtrans.sh.swp index df586c207..a66ff3a24 100644 Binary files a/egs/librispeech/ASR/.gtrans.sh.swp and b/egs/librispeech/ASR/.gtrans.sh.swp differ 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 e53c528cd..16b71ba22 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 d14885839..bc8744be4 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_gtrans/train.py @@ -450,14 +450,14 @@ def get_params() -> AttributeDict: "batch_idx_train": 0, "log_interval": 50, "reset_interval": 200, - #"valid_interval": 3000, # For the 100h subset, use 800 - "valid_interval": 50, # For the 100h subset, use 800 + "valid_interval": 3000, # For the 100h subset, use 800 + #"valid_interval": 50, # For the 100h subset, use 800 # parameters for conformer "feature_dim": 80, "subsampling_factor": 4, # parameters for Noam - #"model_warm_step": 3000, # arg given to model, not for lrate - "model_warm_step": 100, # arg given to model, not for lrate + "model_warm_step": 3000, # arg given to model, not for lrate + #"model_warm_step": 100, # arg given to model, not for lrate "env_info": get_env_info(), } )