A Practical Guide for Debugging Tensorflow Codes by Jongwook Choi
- Code: https://github.com/wookayin/TensorflowKR-2016-talk-debugging
- Slides: https://wookayin.github.io/TensorflowKR-2016-talk-debugging/#1
- Video (in Korean):
Tensor Debugger (TDB) – a visual debugger for deep learning
- https://github.com/ericjang/tdb
- MNIST Visualization Example (ipynb): https://github.com/ericjang/tdb/blob/master/notebooks/mnist_demo.ipynb
- Discussion on Hacker News: https://news.ycombinator.com/item?id=10734724
- Example visualisation of Tensor Debugger running on MNIST model implemented in TensorFlow: