-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Scalars tutorial for TensorBoard and Keras #1876
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
Scalars tutorial for TensorBoard and Keras #1876
Conversation
|
Thank you for adding this! A few general thoughts/questions:
|
|
Thanks for the feedback. I've added an example of custom scalars. I decided that using GradientTape would make it very complicated. Hopefully this complements the original material. |
GalOshri
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The learning rate example is great. Adding some comments.
|
Addressed all comments, PTAL |
|
Addressed all comments, PTAL |
GalOshri
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This is a very quick introduction to viewing default scalar summaries when developing a Keras model in TensorFlow. It's intended to be very simple to show that virtually no extra code is required to get started using TensorBoard to see how loss is changing during training.
To some extent this repeats some of the material in the "Quick Start", but since it's very focussed I don't think the repetition is a bad thing.