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
I would like to introduce a function to check whether the ppe.training.extensions._snapshot._DistributedSnapshot is being used in all processes when it is used.
At the time of executing init, collective communication with MPI should be performed to confirm whether the snapshot object is being used in all processes. Alternatively, an error should occur at the time of calling the Extension due to processing such as timeout.
The text was updated successfully, but these errors were encountered:
I would like to introduce a function to check whether the
ppe.training.extensions._snapshot._DistributedSnapshot
is being used in all processes when it is used.At the time of executing init, collective communication with MPI should be performed to confirm whether the snapshot object is being used in all processes. Alternatively, an error should occur at the time of calling the Extension due to processing such as timeout.
The text was updated successfully, but these errors were encountered: