From 9d751b9af4f3c965a3c4d607df667d50806408e0 Mon Sep 17 00:00:00 2001 From: Yifan Yang <64255737+yfyeung@users.noreply.github.com> Date: Wed, 31 May 2023 11:45:17 +0800 Subject: [PATCH] Update train.py --- icefall/rnn_lm/train.py | 1 - 1 file changed, 1 deletion(-) diff --git a/icefall/rnn_lm/train.py b/icefall/rnn_lm/train.py index 86bf9b7e0..c860688c4 100755 --- a/icefall/rnn_lm/train.py +++ b/icefall/rnn_lm/train.py @@ -516,7 +516,6 @@ def train_one_epoch( model_avg=model_avg, ) - if ( params.batch_idx_train > 0 and params.batch_idx_train % params.save_every_n == 0