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:
Zachęcamy do przesyłania sugestii, które pomogą nam ulepszyć naszą dokumentację.
Obrazy, zawartość, struktura - podziel się swoim pomysłem, my dołożymy wszelkich starań, aby wprowadzić ulepszenia.
Zgłoszenie przesłane za pomocą tego formularza nie zostanie obsłużone. Skorzystaj z formularza "Utwórz zgłoszenie" .
Dziękujemy. Twoja opinia jest dla nas bardzo cenna.
Dostęp do OVHcloud Community Przesyłaj pytania, zdobywaj informacje, publikuj treści i kontaktuj się z innymi użytkownikami OVHcloud Community.
Porozmawiaj ze społecznością OVHcloud