- Deep Learning Quick Reference
- Mike Bernico
- 58字
- 2021-06-24 18:40:12
How TensorBoard talks to Keras/TensorFlow
TensorBoard and TensorFlow use a common log directory to share information. As Keras and TensorFlow train, Keras will write metrics and activation histograms (more on this soon) to the log directory you specify. For now, let's create a log directory for this example in our home directory, using the following code:
mkdir ~/ch3_tb_log