Deep Learning Quick Reference
上QQ阅读APP看书,第一时间看更新

Connecting Keras to TensorBoard

Now that TensorBoard is up and running, all that's left is to tell Keras to write TensorBoard logs to the directory we specified above. Luckily, this is really easy to do, and it gives us a great opportunity to learn about a special class of functions in Keras called Keras callbacks.