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
I don't know if it is possible, but it would also be great is TPU Test at least could somehow be sequential. In NLP it is common just to print out the test results to a file and use an external script for final eval. Having them in order is nice (alternatively I guess id's could be threaded through and sorted.)
🚀 Feature
Let's automate choosing the sampler.
Case 1 (DDP, training):
Default to distributedSampler
Case 2 (training):
Case 3 (val, test):
Case 4 (tpu, train, val, test):
Motivation
Samplers are hard and should be automated.
@srush
The text was updated successfully, but these errors were encountered: