In this video I describe a simple way to perform standard like-python debugging using "Eager Execution Mode" in Tensorflow. Enabling it allows you to add standard breakpoints and check all tensors values.
#===== Links ======#
GitHub tutorial code
https://github.com/deep-unlearn/tensorflow-eager-tutorial
Eager Execution explained in depth:
https://www.tensorflow.org/programmers_guide/eager
https://www.youtube.com/watch?v=T8AW0fKP0Hs&t=858s
Tutorial of standard Tensorflow debugging:
https://wookayin.github.io/tensorflow-talk-debugging/#22
Download
0 formats
No download links available.
Tensorflow python-like debugging with Eager-Execution mode | NatokHD