Replies: 1 comment 2 replies
-
Hi @jxchen01, please use DataLoader in monai, it handles MONAI randomizable objects with appropriate random state |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am having a very strange issue, where all my random transformations produce exactly the same thing in every epoch. For example, I am using RandSpatialCropSamples to generate random samples in each epoch. But, it ends up that every epoch, the cropped samples are exactly the same. Does anyone has any idea of what could be wrong?
The code to reproduce this issue is attached below:
Beta Was this translation helpful? Give feedback.
All reactions