You need to sign in or sign up before continuing.
Commit 577e4fa7 authored by Siddharth Shah's avatar Siddharth Shah Committed by Facebook Github Bot
Browse files

fix cosine scheduler docstring

Summary: as title

Reviewed By: myleott

Differential Revision: D16773845

fbshipit-source-id: 2d10e197c31f94d894430559327289a4d03e33f7
parent 0563d879
...@@ -16,7 +16,7 @@ class CosineSchedule(FairseqLRScheduler): ...@@ -16,7 +16,7 @@ class CosineSchedule(FairseqLRScheduler):
We also support a warmup phase where we linearly increase the learning rate We also support a warmup phase where we linearly increase the learning rate
from some initial learning rate (``--warmup-init-lr``) until the configured from some initial learning rate (``--warmup-init-lr``) until the configured
learning rate (``--lr``). max learning rate (``--max-lr``).
During warmup:: During warmup::
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment