You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only way to the seed is with mlx.data.core.set_state, but this only controls the seed for .shuffle(). When using .prefetch with num_threads > 1, the samples returned are not deterministic and therefore not reproducible.
Is there a way to set the seed when prefetching with more than one thread?
Currently, the only way to the seed is with
mlx.data.core.set_state
, but this only controls the seed for.shuffle()
. When using.prefetch
withnum_threads
> 1, the samples returned are not deterministic and therefore not reproducible.Is there a way to set the seed when prefetching with more than one thread?
The text was updated successfully, but these errors were encountered: