-
Notifications
You must be signed in to change notification settings - Fork 80
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
Labels
enhancement
New feature or request
Comments
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. |
Stale issue message |
Stale issue message |
Stale issue message |
Stale issue message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: