mlr3torch
mlr3torch copied to clipboard
Add note on reproducbility of some operations
Not all torch operations are deterministic, even when setting the seed. See the documentation in pytorch: https://docs.pytorch.org/docs/stable/notes/randomness.html
pytorch has a way to use reproducible algorithms (at a performance hit), but r torch currently does not have that option.
We should make the user aware of this issue.