Reproducibility issue #1931
Unanswered
Shahryar-Noei
asked this question in
Q&A
Replies: 3 comments · 1 reply
|
This function should be setting everything random to be deterministic so if you're not seeing that it's something to do with when it's called or some other setup.
|
0 replies
Thanks for the reply. We have narrowed it down to be a problem with the transforms, because the same bundle with 2D transforms works determenistic but not with 3D transforms! We are deploying on an ubuntu 22.04 and here are the MONAI config:Printing MONAI config...MONAI version: 1.4.0 Thanks a lot |
1 reply
|
yes, it is a monai one. Sure, I will update. Thanks a lot |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi
I have a general question, I am using Monai bundle for a series of experiments, I am using set_determinism, but still my results vary across runs. I have a set of random transforms and a dataloader with 4 workers. Any hint there? Should I set something aside set_determinism?
All reactions