-
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
Integration of aim metric tracker as an alternative to tensorboardx in ray tune #30537
Labels
Comments
@krfricke , maybe that is interesting to you, since it is very much based on your tensorboardx logger implementation. |
@richardliaw , thanks for the reply :) |
richardliaw
pushed a commit
that referenced
this issue
Mar 3, 2023
ProjectsByJackHe
pushed a commit
to ProjectsByJackHe/ray
that referenced
this issue
Mar 21, 2023
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>
edoakes
pushed a commit
to edoakes/ray
that referenced
this issue
Mar 22, 2023
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>
peytondmurray
pushed a commit
to peytondmurray/ray
that referenced
this issue
Mar 22, 2023
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
elliottower
pushed a commit
to elliottower/ray
that referenced
this issue
Apr 22, 2023
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>
ProjectsByJackHe
pushed a commit
to ProjectsByJackHe/ray
that referenced
this issue
May 4, 2023
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
I suggest integrating the aim metric tracker to ray tune as an alternative to tensorboardx.
I already have a working implementation of this inspired by https://github.com/ray-project/ray/blob/master/python/ray/tune/logger/tensorboardx.py and I am already in touch with aim:
aimhubio/aim#2369
If this feature is considered useful I'm happy to implement it.
Use case
Tensorboardx has some donwsides to it like poor scalability and having another open source metrics tracker as a possible alternative could be quite valuable.
The text was updated successfully, but these errors were encountered: