ModelCheckpointCallback.best_model_score is None after distributed training #13573
Unanswered
hikushalhere
asked this question in
DDP / multi-GPU / multi-node
Replies: 1 comment 1 reply
-
Running into this exact issue, any update? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
For single GPU training,
ModelCheckpointCallback.best_model_score
is reported correctly along withModelCheckpointCallback.best_model_path
. However, when I use DDP to do distributed training,ModelCheckpointCallback.best_model_score
is still None after training as if it was not recorded. However,ModelCheckpointCallback.best_model_path
is recorded and valid.Is this expected? What might be wrong given this observation?
Some more information:
Beta Was this translation helpful? Give feedback.
All reactions