Why TensorBoard? — In my previous three posts, I covered tf.keras and other features of TensorFlow 1.0 and 2.0 such as computational graphs, Eager execution, and AutoGraph. With this post, I’ll introduce you to the super useful tool, TensorBoard! After reading, you should understand: Why TensorBoard is useful; How TensorBoard works, and what…