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
In dataset implementation, item is fetched by random.choice. The code sets the same random seeds on different processes, and as a result, at every iteration, different processes will get the same data for training. Is this a bug?
In dataset implementation, item is fetched by
random.choice. The code sets the same random seeds on different processes, and as a result, at every iteration, different processes will get the same data for training. Is this a bug?