How to get the perfect reproducibility #7423
Answered
by
carmocca
devjwsong
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
Beta Was this translation helpful? Give feedback.
Answered by
carmocca
May 7, 2021
Replies: 1 comment 2 replies
-
Can you try seeding again right before the Not saying you should need to but to know if that makes any difference I think your best bet is to try to create a reproducible snippet. You can get started with the https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pl_examples/bug_report_model.py |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Borda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you try seeding again right before the
trainer.test
call?Not saying you should need to but to know if that makes any difference
I think your best bet is to try to create a reproducible snippet. You can get started with the https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pl_examples/bug_report_model.py