Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sync_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down