Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 392 Bytes

monitor-tensorboard.md

File metadata and controls

11 lines (6 loc) · 392 Bytes

Monitor with TensorBoard

You can visualize your model training progress with TensorBoard.

  1. Right click your project and click Run TensorBoard then select the directory of your output TensorBoard logs.

    run tensorboard

  2. Notice the error decreases overtime, which means the quality is improving.

    run tensorboard