diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.full_ft.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.full_ft.py.swp index cfbbff9c7..1821b930d 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.full_ft.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.full_ft.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/full_ft.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/full_ft.py index 070d8349f..b2e260fd1 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/full_ft.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/full_ft.py @@ -1064,7 +1064,8 @@ def train_one_epoch( if params.print_diagnostics and batch_idx == 5: return - + + ''' if ( rank == 0 and params.batch_idx_train > 0 @@ -1075,6 +1076,7 @@ def train_one_epoch( model_cur=model, model_avg=model_avg, ) + ''' if ( params.batch_idx_train > 0