NVIDIA 젯슨 나노 tensorflow

BABY CAT·2023년 7월 16일
0

jetson

목록 보기
10/11

tensorflow 설치에 필요한 각종 패키지들 설치

cd ai

sudo apt-get install libhdf5-serial-dev hdf5-tools libhdf5-dev zlib1g-dev zip libjpeg8-dev

pip 설치

sudo apt-get install python3-pip

setuptools 설치

sudo pip3 install -U pip testresources setuptools

python 필수 패키지 설치

sudo pip3 install -U numpy==1.16.1 future==0.17.1 mock==3.0.5 h5py==2.9.0 keras_preprocessing==1.0.5 keras_applications==1.0.8 gast==0.2.2 enum34 futures protobuf

오류창 뜨면 cancel (h5py때문에 나는 오류이므로 패스)

pip 20.1 설치

python3 -m pip install pip==20.1

pip -V

tensorflow 설치

sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v43 tensorflow-gpu==2.0.0+nv20.1

tensorflow 정상 설치 확인

python3

import tensorflow as tf

tf.version (tensorflow version chech)

exit()

df (용량 확인)

sync

sync

sync

shutdown -r now

0개의 댓글