AI Notebooks - Tutorial - Use tensorboard inside notebooks
How to use tensorboard inside AI Notebooks
How to use tensorboard inside AI Notebooks
Last updated 1st September, 2022.
The purpose of this tutorial is to show how it is possible to launch a TensorBoard inside an AI Notebooks
.
TensorBoard is a tool made by TensorFlow, for providing the measurements and visualizations needed during the machine learning workflow. It enables tracking experiment metrics like loss and accuracy, visualizing the model graph, projecting embeddings to a lower dimensional space, and much more.
TensorBoard provides a visual interface :
The tutorial presents a simple example of launching TensorBoard in a notebook.
If you want to launch it from the OVHcloud Control Panel, just create a new notebook and select TensorFlow docker image.
If you want to launch it with the CLI, just choose the name of your notebook (<notebook-name>
) and the number of GPUs (<nb-gpus>
) your want and use the following command:
ovhai notebook run tensorflow jupyterlab \
--name <notebook-name> \
--gpu <nb-gpus>
You can then reach your notebook's URL once the notebook is running.
All source code for this tutorial can be found here.
The example notebook is based on the Fashion MNIST dataset.
Then access the example notebook via the following path:
ai-training-examples
> notebooks
> computer-vision
> image-classification
> tensorflow
> tensorboard
> notebook_tutorial_tensorboard.ipynb
The aim of this tutorial is to show how it is possible, thanks to TensorBoard, to see the dynamic display of different metrics.
A preview of this notebook can be found on GitHub.
Please send us your questions, feedback and suggestions to improve the service:
Please feel free to give any suggestions in order to improve this documentation.
Whether your feedback is about images, content, or structure, please share it, so that we can improve it together.
Your support requests will not be processed via this form. To do this, please use the "Create a ticket" form.
Thank you. Your feedback has been received.
Access your community space. Ask questions, search for information, post content, and interact with other OVHcloud Community members.
Discuss with the OVHcloud community