diff --git a/egs/aishell/ASR/conformer_ctc/.train.py.swp b/egs/aishell/ASR/conformer_ctc/.train.py.swp index fe4175d65..75ad04976 100644 Binary files a/egs/aishell/ASR/conformer_ctc/.train.py.swp and b/egs/aishell/ASR/conformer_ctc/.train.py.swp differ diff --git a/egs/aishell/ASR/conformer_ctc/train.py b/egs/aishell/ASR/conformer_ctc/train.py index 69735281b..82117abe2 100755 --- a/egs/aishell/ASR/conformer_ctc/train.py +++ b/egs/aishell/ASR/conformer_ctc/train.py @@ -458,7 +458,6 @@ def compute_validation_loss( remove_filename = params.exp_dir / f"best-valid-loss_{remove_epoch}.pt" if loss.device == 0: os.remove(remove_filename) del params.best_valid_losses[k] - return tot_loss