- Follow commans below
sudo apt-get update
sudo apt-get install libhdf5-serial-dev hdf5-tools libhdf5-dev zlib1g-dev zip libjpeg8-dev liblapack-dev libblas-dev gfortran
sudo pip3 install -U pip testresources setuptools
sudo ln -s /usr/include/locale.h /usr/include/xlocale.h
sudo pip3 install -U numpy==1.19.4 future mock keras_preprocessing keras_applications gast==0.2.1 protobuf pybind11 cython pkgconfig packaging
sudo pip3 install --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v461 tensorflow
python3
import tensorflow as tf
tf.__version__
[reference] https://forums.developer.nvidia.com/t/tensorflow-for-jetson-tx2/64596
'Ph.D. Course > KJI' 카테고리의 다른 글
[etc.] tf.compat.v1.saved_model.load (0) | 2023.01.12 |
---|---|
[etc.] Tensorflow 2.x : contrib issue (0) | 2023.01.12 |
[etc] The option verbose in Tensorflow2.0 fit and evaluate function (0) | 2023.01.03 |
[NVIDIA NANO] Adding Swap Memory (0) | 2023.01.03 |
[NVIDIA NANO] nvcc error (0) | 2023.01.02 |