TensorBoard Tutorial - Complete with example logs to review. Note the demo was created for a Linux environment. If the Linux environment is not yet set up, run setup.sh to download the necessary libraries. 1. TBDemo_1_2.ipynb: Add TB to a model and compare two models. 2. TBDemo_extra_metrics.py: Creates TB logs, including metrics embeddings and images. 3. TBDemo_goby_1.py: Python code for the basic model with a TB enabled. 4. TBDemo_goby_2.py: Python code for comparing two models with TB enabled. 5. TBHParamCompare.py: Python code for conducting experiments over a grid of hyperparameters.
TheCodeheadMT/TensorBoard-Tutorial
This repository provides examples and code to add TensorBoard to a TensorFlow model.
Jupyter Notebook