mlr3torch icon indicating copy to clipboard operation
mlr3torch copied to clipboard

Add note on reproducbility of some operations

Open sebffischer opened this issue 3 months ago • 0 comments

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.

sebffischer avatar Aug 20 '25 11:08 sebffischer