Setting Up TensorBoard

Learn how to use TensorBoard with JAX and Flax to train models.

Tracking machine learning experiments makes understanding and visualizing the model’s performance easy. It also makes it possible to spot any problems in the network. For example, we can quickly spot overfitting by looking at the training and validation charts. We can plot these charts using our favorite charts package, such as Matplotlib. However, we can also use more advanced tools, such as TensorBoard.

Get hands-on with 1200+ tech skills courses.