How can I stop early base on the acc of the whole val data when using ddp #11873
Unanswered
snowjade
asked this question in
DDP / multi-GPU / multi-node
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
some of the code:
some of the output:
seems like every node checked it's own val_acc base on part of the val data. what I want is checking once val_acc base on the whole val data,How can I make it .
Beta Was this translation helpful? Give feedback.
All reactions