Debugging Tensorflow via TensorBoard Plugin
How to launch Tensorflow debugger via Tensorboard.

tf.debugger sometime is very difficult to use for debugging purpose, as it's traditional console output. In tensorflow 2018 summit, Xin Zhang did a presentation for how-to debug Tensorflow module with TensorBoard plugins (see reference link 1). I'd like to setup and play with this TensorBoard Plugin for debugging purpose. This passage will include the following sections:
- How to setup debugging via TensorBoard plugin
- Demo: identify 1 issue via TensorBoard plugin
- Some more consideration