From 5c2c91e53f3734344a78f98a04dbb0c366424fed Mon Sep 17 00:00:00 2001 From: Guanbo Wang Date: Tue, 2 Aug 2022 15:38:39 +0000 Subject: [PATCH] fix --- egs/gigaspeech/ASR/pruned_transducer_stateless5/train.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/egs/gigaspeech/ASR/pruned_transducer_stateless5/train.py b/egs/gigaspeech/ASR/pruned_transducer_stateless5/train.py index a96a9f454..2040e15bd 100755 --- a/egs/gigaspeech/ASR/pruned_transducer_stateless5/train.py +++ b/egs/gigaspeech/ASR/pruned_transducer_stateless5/train.py @@ -909,8 +909,6 @@ def run(rank, world_size, args): """ params = get_params() params.update(vars(args)) - if params.full_libri is False: - params.valid_interval = 1600 fix_random_seed(params.seed) if world_size > 1: