Set_seed and training argument's data_seed

data_seed (int, optional):
Random seed to be used with data samplers. If not set, random generators for data sampling will use the
same seed as seed. This can be used to ensure reproducibility of data sampling, independent of the model
seed.

1 Like