Skip to content

Commit

Permalink
updated sync bn
Browse files Browse the repository at this point in the history
  • Loading branch information
ananyahjha93 authored and williamFalcon committed Aug 5, 2020
1 parent ed391e1 commit 66f948b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_examples/basic_examples/sync_bn.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def main(args, datamodule, bn_outputs):
distributed_backend=args.dist_backend,
max_epochs=args.epochs,
max_steps=args.steps,
sync_bn=args.bn_sync,
sync_batchnorm=args.bn_sync,
num_sanity_val_steps=0,
replace_sampler_ddp=False,
)
Expand Down

0 comments on commit 66f948b

Please sign in to comment.