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',