forked from mlflow/mlflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi gpu PyTorch autolog - creates multiple runs (mlflow#5837)
* Adding rank zero decorator to patched_fit method - to log model only once in multi gpu environment Signed-off-by: Shrinath Suresh <[email protected]> * Revert "Adding rank zero decorator to patched_fit method - to log model only once in multi gpu environment" This reverts commit 97ca87e. Signed-off-by: Shrinath Suresh <[email protected]> * Updating MNIST example to autolog only once during multi gpu training Signed-off-by: Shrinath Suresh <[email protected]> * Adding comments for rank 0 fix and updating main document for pytorch flavor Signed-off-by: Shrinath Suresh <[email protected]> * Bert logging fix Signed-off-by: Shrinath Suresh <[email protected]> * Addressing review comments Signed-off-by: Shrinath Suresh <[email protected]> * Adding new line to the end of the file Signed-off-by: Shrinath Suresh <[email protected]> * Lint fixes Signed-off-by: Shrinath Suresh <[email protected]> * MNIST protobuf version set to <=3.20.1 Signed-off-by: Shrinath Suresh <[email protected]> * Pinning protobuf version to <=3.20.1 for all the examples Signed-off-by: Shrinath Suresh <[email protected]> * Revert "Pinning protobuf version to <=3.20.1 for all the examples" This reverts commit 56793f9. Signed-off-by: Shrinath Suresh <[email protected]> * Revert "MNIST protobuf version set to <=3.20.1" This reverts commit 4329992. Signed-off-by: Shrinath Suresh <[email protected]> Signed-off-by: Michal Karzynski <[email protected]>
- Loading branch information
1 parent
59b6a82
commit 03c6dca
Showing
3 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters