From aa0b1a37cd31fe64e5c6f626d203bcb5a9652b8d Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Sun, 13 Nov 2022 23:29:17 +0800 Subject: [PATCH] Change to valid interval for libri-100 --- egs/librispeech/ASR/pruned_transducer_stateless7/train.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless7/train.py b/egs/librispeech/ASR/pruned_transducer_stateless7/train.py index e99a46f9a..47be7f4f3 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless7/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless7/train.py @@ -975,8 +975,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: