Building a new project

I have setup my Jetson Nano developer kit, completed NIVDIA deep learning course. The training was in the Docor containers which had all the examples for Jupyter notebooks. Now I want to build and train my own model on it. I need to use PyTorch and TesnsorFlow to build and train the model.
How would I setup Jeston Nano for Jupyter notebook, PyTorch and TensorFLow and my environment.
Ashvani Madan

Hi,

Please find the installation document below:

PyTorch: Installing PyTorch for Jetson Platform - NVIDIA Docs
TensorFlow: Installing TensorFlow for Jetson Platform - NVIDIA Docs

Thanks.

Thanks for pointing me to the installation documents for PyTorch and TensorFlow. Are there instruction on installing the Jupyter Notebooks?

Ashvani

Hi,

Suppose it should be installed with pip3:

$ pip3 install jupyterlab

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.