Commit 6f58e15e authored by Nayan Singhal's avatar Nayan Singhal Committed by Facebook Github Bot
Browse files

Setting Global sync to 50 in BMUF

Summary:
In all our final settings, we are using global_sync = 50 and we get comparable results with DDP and caffe2.

Setting the default global-sync-iter = 50
and users can just define --use-bmuf to enable it for training.

Reviewed By: skritika

Differential Revision: D17765094

fbshipit-source-id: 369591eeff266d757f89e1fc8dda01711146fdbc
parent 4cb895b6
......@@ -47,7 +47,7 @@ class FairseqBMUF(FairseqOptimizer):
)
parser.add_argument(
"--global-sync-iter",
default=10,
default=50,
type=int,
help="Iteration for syncing global model",
)
......
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