From ad61d72dfad73e868a01e7e5ceac057303d95d11 Mon Sep 17 00:00:00 2001 From: Yifan Yang <64255737+yfyeung@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:32:33 +0800 Subject: [PATCH] Update pretrain.py --- egs/librilight/SSL/zipformer/pretrain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librilight/SSL/zipformer/pretrain.py b/egs/librilight/SSL/zipformer/pretrain.py index f5c98f7eb..10dd68ea9 100755 --- a/egs/librilight/SSL/zipformer/pretrain.py +++ b/egs/librilight/SSL/zipformer/pretrain.py @@ -482,7 +482,7 @@ def get_parser(): parser.add_argument( "--warmup-batches", type=float, - default=5000, + default=1000, help="Eden warmup steps", )