facebookresearch / d2go

D2Go is a toolkit for efficient deep learning
Apache License 2.0
837 stars 200 forks source link

Make lightning reproducible #661

Closed ayushidalmia closed 5 months ago

ayushidalmia commented 5 months ago

Summary: In this diff we make changes to ensure we can control reproducibility in d2go:

 {
                "sync_batchnorm": True,
                "deterministic": True,
                "replace_sampler_ddp": False,
 }

Differential Revision: D55767128

facebook-github-bot commented 5 months ago

This pull request was exported from Phabricator. Differential Revision: D55767128

facebook-github-bot commented 5 months ago

This pull request has been merged in facebookresearch/d2go@aa7716be479f9d93cbf9c9d0a804f0444ece9bce.