Setting Up TensorBoard
Learn how to use TensorBoard with JAX and Flax to train models.
We'll cover the following...
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.
Press + to interact
TensorBoard is an open-source library that provides tools for experiment tracking in machine learning. We can use TensorBoard for:
- Tracking and visualizing model evaluation metrics, such as accuracy.
- Logging images.
- Visualizing