"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "a44f112fb9cf8b2b5c0c710308820ff18f80a303"
Always use SequentialSampler during evaluation
When evaluating, shouldn't we always use the SequentialSampler instead of DistributedSampler? Evaluation only runs on 1 GPU no matter what, so if you use the DistributedSampler with N GPUs, I think you'll only evaluate on 1/N of the evaluation set. That's at least what I'm finding when I run an older/modified version of this repo.
Showing
Please register or sign in to comment