From cb99eec40d94ba47fdecb3ce372c5dc27258e234 Mon Sep 17 00:00:00 2001 From: sukrucildirr Date: Mon, 14 Jul 2025 09:18:57 +0300 Subject: [PATCH] Update sync_main.py --- sync_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync_main.py b/sync_main.py index 708d0f8..1ca6f44 100644 --- a/sync_main.py +++ b/sync_main.py @@ -151,7 +151,7 @@ parser.add_argument('--grad_est_correction', action='store_true', help='Downweight the gradient estimation for large delay, follow pipemare style') parser.add_argument('--grad_est_correction_epoch', default=7, type=int, - help='Downweight the gradient estimation for large delay, follow pipemare style, analagous to lr_correction_epoch') + help='Downweight the gradient estimation for large delay, follow pipemare style, analogous to lr_correction_epoch') parser.add_argument('--clip_grad', default=None, type=float, help='Clip gradient norm using this value') parser.add_argument('--deterministic', action='store_true',