How do i get the size of preds and truth tensors after i call .update() #1325
Unanswered
P-Sood
asked this question in
Classification
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running my model using DDP, and 4 GPUS, and I want to make sure that the metrics being computed are consistent by checking their size after and before a reset, as well as seeing how they line up with my batch size
Beta Was this translation helpful? Give feedback.
All reactions