diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp index 79a9f2c88..f99342627 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp differ diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py index 97c8584c9..253f81e3c 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py @@ -870,7 +870,7 @@ def compute_loss( use_double_scores=params.use_double_scores, ) #assert ctc_loss.requires_grad == is_training - logging.info(ctc_loss.requires_grad, is_training) + print(ctc_loss.requires_grad, is_training) loss += params.ctc_loss_scale * ctc_loss info["ctc_loss"] = ctc_loss.detach().cpu().item()