tensorflow-talk-debugging
tensorflow-talk-debugging copied to clipboard
💬 Slides and supplementary codes for my talk 'Debugging Tips on TensorFlow' (2016)
Thanks for a great guide to debugging! I was using the assertions code you wrote. However, note that `tf.with_dependencies` is now deprecated and results in errors when used. The alternative,...
Hi I am new to tensorflow. I want to debug Tensorflow (skflow) gmm_ops.py (Gaussian Mixture Model). I am getting ERROR:tensorflow:Model diverged with loss = NaN. How should I do it...
Hey, I saw you tease a release of your own TensorFlow debugger, I was wondering if that's still something to expect soon?