You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
X-link: facebookresearch/d2go#661
X-link: fairinternal/detectron2#603
Pull Request resolved: #5273
In this diff we make changes to ensure we can control reproducibility in d2go:
- update setup.py to enforce deterministic performance if set via config
- set lightning parameters if deterministic is passed:
```
{
"sync_batchnorm": True,
"deterministic": True,
"replace_sampler_ddp": False,
}
```
- allow passing prefetch_factor, pin_memory, persistent_memory as args to batch dataloader.
- minor fix in training sampler
Differential Revision: D55767128
fbshipit-source-id: eeab50c95969a91c58f1773473b6fc666494cc16
0 commit comments