-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[air][tune] Aim logger #32041
[air][tune] Aim logger #32041
Conversation
Signed-off-by: Julian <julianhatzky@googlemail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com>
Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com> Signed-off-by: Julian <julianhatzky@googlemail.com>
Signed-off-by: Julian <JulianHatzky@googlemail.com>
Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com> Signed-off-by: Julian <julianhatzky@googlemail.com>
Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
…ary (aim) Signed-off-by: Julian <julianhatzky@googlemail.com> Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
Co-authored-by: Justin Yu <justinvyu@anyscale.com> Signed-off-by: Julian <JulianHatzky@googlemail.com> Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com> Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com> Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com> Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com> Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
…k.Run class. Signed-off-by: Julian <julianhatzky@googlemail.com> Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com>
Signed-off-by: Julian <julianhatzky@googlemail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly looks good!
Signed-off-by: Justin Yu <justinvyu@berkeley.edu>
@justinvyu @richardliaw what's left here to do? |
Hey @ju2ez, we're currently waiting on a patch release on aim's side to fix its |
Signed-off-by: Justin Yu <justinvyu@berkeley.edu>
Signed-off-by: Justin Yu <justinvyu@berkeley.edu>
Signed-off-by: Justin Yu <justinvyu@berkeley.edu>
Signed-off-by: Justin Yu <justinvyu@berkeley.edu>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@richardliaw Should be good after tests pass. Could you also switch your review to approve after a last look?
Signed-off-by: Justin Yu <justinvyu@berkeley.edu>
Signed-off-by: Justin Yu <justinvyu@berkeley.edu>
Signed-off-by: Justin Yu <justinvyu@berkeley.edu>
Co-authored-by: Justin Yu <justinvyu@anyscale.com> Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Co-authored-by: tmynn <hovhannes.tamoyan@gmail.com> Co-authored-by: Justin Yu <justinvyu@berkeley.edu> Closes ray-project#30537 Fixes ray-project#30674 Signed-off-by: Jack He <jackhe2345@gmail.com>
Co-authored-by: Justin Yu <justinvyu@anyscale.com> Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Co-authored-by: tmynn <hovhannes.tamoyan@gmail.com> Co-authored-by: Justin Yu <justinvyu@berkeley.edu> Closes ray-project#30537 Fixes ray-project#30674 Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
Co-authored-by: Justin Yu <justinvyu@anyscale.com> Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Co-authored-by: tmynn <hovhannes.tamoyan@gmail.com> Co-authored-by: Justin Yu <justinvyu@berkeley.edu> Closes ray-project#30537 Fixes ray-project#30674
Co-authored-by: Justin Yu <justinvyu@anyscale.com> Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Co-authored-by: tmynn <hovhannes.tamoyan@gmail.com> Co-authored-by: Justin Yu <justinvyu@berkeley.edu> Closes ray-project#30537 Fixes ray-project#30674 Signed-off-by: elliottower <elliot@elliottower.com>
Co-authored-by: Justin Yu <justinvyu@anyscale.com> Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Co-authored-by: tmynn <hovhannes.tamoyan@gmail.com> Co-authored-by: Justin Yu <justinvyu@berkeley.edu> Closes ray-project#30537 Fixes ray-project#30674 Signed-off-by: Jack He <jackhe2345@gmail.com>
Why are these changes needed?
The default tensorboardx logger, though very powerful has some downsides to it like poor scalability (slow with many experiments). With this PR I want to give the option for an alternative (powerful) logger in form of the aim logger.
Related issue number
Closes #30537
Fixes #30674
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.