Reproducibility issue #1931
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.
|
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
yes, it is a monai one. Sure, I will update. Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions