Skip to content
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

Add tensorboard logging #442

Closed
KAEYL98 opened this issue Nov 21, 2022 · 1 comment
Closed

Add tensorboard logging #442

KAEYL98 opened this issue Nov 21, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@KAEYL98
Copy link

KAEYL98 commented Nov 21, 2022

Feature request

What is the expected behavior?
Add support for tensorboard log files as an optional option to model parameters

What is motivation or use case for adding/changing the behavior?
Better tracking of different runs when tuning hyper parameters

How should this be implemented in your opinion?
Utilize existing torch.utils.tensorboard methods provided by pytorch

Are you willing to work on this yourself?
Not sure

@KAEYL98 KAEYL98 added the enhancement New feature or request label Nov 21, 2022
@Optimox
Copy link
Collaborator

Optimox commented Feb 9, 2023

I think this would create an unnecessary dependency to the library. Logs for tabular data at each iteration have been enough for everyone when using XGBoost or any other model so I don't think it worth making things more complicated.

@Optimox Optimox closed this as completed Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants