Inside TensorFlow - TF Debugging

Inside TensorFlow - TF Debugging

TensorFlow via YouTube Direct link

Intro

1 of 19

1 of 19

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Inside TensorFlow - TF Debugging

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Scope of this talk: "debugging" is an overloaded term in ML
  3. 3 Printing Eager Tensor values
  4. 4 Printing the value of graph-internal tensors
  5. 5 Homework: tf.print() on composite tensors
  6. 6 Programmatically access graph-internal tensor values
  7. 7 Programmatically fetching graph-internal tensors: While loop?
  8. 8 Finding device placement: Pure eager execution
  9. 9 Finding out device placement: tf.function
  10. 10 Getting and plotting the graph of a function: Colab (google3 only)
  11. 11 Dumping Grappler outputs: The graph that actually (almost) gets executed at runtime (bazel builds)
  12. 12 t.print: may change runtime graph optimization
  13. 13 t.config.experimental_run_functions_eagerly
  14. 14 Step debugging: Using tf.config.experimental_run_functions_eagerly
  15. 15 Step debugging: What happens inside a non-eagerly-executing function?
  16. 16 tf.config.experimental_run_functions eagerly does not work on tf.data.Dataset.mapo
  17. 17 Getting Access to tf.keras Layer Activations
  18. 18 Debugging Keras Models with TensorBoard callback
  19. 19 Parting notes

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.