From 8fe6713d1022fcdee78570bb2ba5a21e761fdc08 Mon Sep 17 00:00:00 2001 From: Yifan Yang <64255737+yfyeung@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:53:19 +0800 Subject: [PATCH] Update pretrain.py --- egs/librilight/SSL/zipformer/pretrain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/librilight/SSL/zipformer/pretrain.py b/egs/librilight/SSL/zipformer/pretrain.py index f5c98f7eb..93613be5a 100755 --- a/egs/librilight/SSL/zipformer/pretrain.py +++ b/egs/librilight/SSL/zipformer/pretrain.py @@ -474,7 +474,7 @@ def get_parser(): parser.add_argument( "--lr-hours", type=float, - default=10000, + default=30000, help="""Number of hours that affects how rapidly the learning rate decreases. """, ) @@ -482,7 +482,7 @@ def get_parser(): parser.add_argument( "--warmup-batches", type=float, - default=5000, + default=10000, help="Eden warmup steps", )