TensorBoard tutorial with tf.keras
See original GitHub issueThere are currently end-to-end tutorials using tf.keras
and TensorBoard - at least, none that I could see in the TensorFlow repo.☺
It would be a nice enhancement to expand the documentation - even just to include the flower transfer learning example, or the MNIST example shown at 2017 TensorFlow Dev Summit.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Get started with TensorBoard
TensorBoard is a tool for providing the measurements and visualizations needed during the machine learning workflow. It enables tracking ...
Read more >Deep Dive Into TensorBoard: Tutorial With Examples
Let's now walk through an example where you will use TensorBoard to visualize model metrics. For that purpose, you need to build a...
Read more >TensorBoard Tutorial in Keras for Beginner - MLK
In this article, we will go through the tutorial for TensorBoard which is a visualization tool to understand various metrics of your neural ......
Read more >machine-learning-articles/how-to-use-tensorboard-with- ...
Let's turn to the TensorFlow docs for a more elaborate description, as they can describe it best: In machine learning, to improve something...
Read more >TensorBoard tutorial (Deep dive with examples and notebook)
Tensorboard allows you to display images using tf.summary and tf.summary.image . Consider the case of the popular MNIST dataset. You can display ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Excellent! Have been working on a quickstart today for the 1D CNN with imdb example in Keras’ docs.
It would be interesting to explicitly show how TensorBoard visualizations change as you:
write_images
,write_grad
, andwrite_graph
Any other ideas / wish list items? ☺
Also: right now, the only way I can get support for tf.keras is by importing as
tensorflow.python.keras
. refThanks! .pb
I agree and we’d welcome contributions doing just that.