question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TensorBoard tutorial with tf.keras

See original GitHub issue

There 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:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
dynamicwebpaigecommented, May 14, 2018

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:

  • add layers (same activation function)
  • add layers (different activation function)
  • increase number of epochs, histograms
  • include write_images, write_grad, and write_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. ref

Thanks! .pb

4reactions
jartcommented, May 14, 2018

I agree and we’d welcome contributions doing just that.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found