- Deep Learning Quick Reference
- Mike Bernico
- 55字
- 2021-06-24 18:40:12
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.