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

[FEATURE] Add tensorboard support #834

Open
VukW opened this issue Mar 26, 2024 · 2 comments
Open

[FEATURE] Add tensorboard support #834

VukW opened this issue Mar 26, 2024 · 2 comments
Labels
enhancement New feature or request no-issue-activity

Comments

@VukW
Copy link
Contributor

VukW commented Mar 26, 2024

Is your feature request related to a problem? Please describe.

Tensorboard allows to monitor training in a handy way - user-friendly web UI shows loss / metrics / confusion matrix plots in realtime.

Describe the solution you'd like

Actually, for Tensorboard integration we need just to write training logs in a standard Tensorboard format. Having that, user can run a local tensorboard UI pointing to these logs.

Describe alternatives you've considered

Another possible option is to implement integration with wandb, that is even more handy for experiments tracking / training monitoring. The only disadvantage is wandb is cloud-based, that may not be appropriate for most of researchers in health industry...

Additional context

(tensorboard local web UI, screenshot from google)
image

@VukW VukW added the enhancement New feature or request label Mar 26, 2024
@sarthakpati
Copy link
Collaborator

This would be fantastic! Another alternative I would propose would be tensorboardX. Unfortunately, cloud-based solutions (wandb, neptune, ...) are not going to be a good solution because of the exactly reason you mention.

Copy link
Contributor

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-issue-activity
Projects
None yet
Development

No branches or pull requests

2 participants