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

Web UI should allow access to model training/validation metrics in real time #2414

Closed
mameshini opened this issue Oct 16, 2019 · 1 comment
Closed

Comments

@mameshini
Copy link

Currently, TensorBoard button is only available in Pipelines UI at the end of each experiment run.

As a data scientist performing model training, I want to access to TensorBoard immediately after the start of the pipeline step, so I can monitor taining/validation metrics and often I may want to abort an experiment based on model metrics. TensorBoard is logging training and validation metrics such as error, loss, and accuracy. These metrics have to be used in real time to diagnose everything from vanishing gradients to exactly when models start overfitting. There is no need to wait extra hours to complete the run, if it does not help to improve the model.

This issue is related to:
#1497

TensorBoard data should be stored in a volume, and Pipelines UI can provide a button to TensorBoard once the data is available without waiting to complete the pipeline step.

@mameshini
Copy link
Author

Duplicate of 2416

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant