Getting Started with TensorFlow: Debugging Models
In the previous article, I introduced how to perform data parallelism with multiple GPUs in TensorFlow. In this article, I will discuss how to debug TensorFlow models. Compared to regular Python code, debugging TensorFlow code can be relatively difficult due to the symbolic nature of TensorFlow. Here, I will introduce some debugging tools included in … Read more