forked from ray-project/ray
-
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.
[train][tune] fix WandbLoggerCallback to reuse actors upon restore (r…
…ay-project#47985) This fixes an issue in the _restoration_ flow of Trials. The `_WandbLoggingActor` actor is cleaned up as part of the trial completion flow, but not appropriately handled during restoration, leading to leaked actors. This fix reuses the same actor across restoration. Signed-off-by: Matthew Deng <[email protected]>
- Loading branch information
1 parent
70a01e3
commit 049e7ba
Showing
2 changed files
with
25 additions
and
0 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