Replies: 1 comment
-
Hi @Antymon , I am not sure whether this question is within MONAI scope, but we already enhanced the random logic of DataLoader: Line 397 in 9f4da6a Thanks. |
Beta Was this translation helpful? Give feedback.
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.
-
I have noticed that the PyTorch datasets implementations leverage
np.random.RandomState
.I do wonder whether this might result in compromising pseudo-randomness in multiprocess scenarios:
A detailed explanation of the problem I have in mind is available here.
Beta Was this translation helpful? Give feedback.
All reactions