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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Driver node and rank 0 use same path to save and load weights in ModelCheckpointCallback.
It is possible driver node and rank 0 are not on the same machine, or they don't even share the same file system.
Sending local
best_model_path
on rank 0 back to driver node is meaningless.Probably rank 0 has to push best model weights to a persistent storage in a custom callback on
train_end_stage
.best_model_path
The text was updated successfully, but these errors were encountered: