Replies: 3 comments
-
Yes, assuming you set
The former; it's randomized for each individual data item |
Beta Was this translation helpful? Give feedback.
-
Hi @Gijz33 , Thanks for your interest here.
You can find more details from the doc-string: Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thank you @Nic-Ma and @ebrahimebrahim for your clear answers! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have a question regarding the implementation I use of monai.data.CachDataset (snipped of the code can be seen below):
Are the randomized transforms applied again on the data before every new epoch?
In other words: it is possible that a specific image is flipped and gausssian noise is apllied in the first epoch, and in the second epoch non of those transforms happen (original image is used)?
I also have a question about the random transformations within an epoch. Is the transformations between images within the same epoch also random? Or is exactly the same rotation/flipping/gaussian noise applied on all the images within the same epoch?
Beta Was this translation helpful? Give feedback.
All reactions