Answers for "nvtop for jetson nano"

1

pytorch for jetson nano

wget https://nvidia.box.com/shared/static/wa34qwrwtk9njtyarwt5nvo6imenfy26.whl -O torch-1.7.0-cp36-cp36m-linux_aarch64.whl
sudo apt-get install python3-pip libopenblas-base libopenmpi-dev 
pip3 install Cython
pip3 install numpy torch-1.7.0-cp36-cp36m-linux_aarch64.whl

for more information check out this.

https://devtalk.nvidia.com/default/topic/1049071/jetson-nano/pytorch-for-jetson-nano/.
Posted by: Guest on December-09-2020
0

nvcc issue in jetson nano

export PATH=/usr/local/cuda/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda/lib64
                         ${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
Posted by: Guest on December-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language