Yeah, I found it, thanks.
I also found that you should have a deterministic ordering before you apply a fixed seed random sampling or else you will have a lot of head-scratching and assertion errors...
Hi ConvolutedSealion94
Yes 🙂Task.set_random_seed(my_seed=123) # disable setting random number generators by passing None task = Task.init(...)
I also found that you should have a deterministic ordering
before
you apply a fixed seed
Not sure I follow ?