Deterministic Data Pre-processing #5977
-
I am wondering how to make the MONAI's random transforms deterministic? Besdies the following setting, what else should I add to ensure the deterministic training?
Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @moonforsunm,
Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
-
if you are not using
|
Beta Was this translation helpful? Give feedback.
Hi @moonforsunm,
You could use
set_determinism
in MONAI. You could also refer to any tutorials, most of them have this part.Hope it can help you, thanks!