天天看點

tx2安裝tensorflow

遇到的問題

libhdf5.so沒有

執行sudo apt install libhdf5-dev 遇lock解鎖或重新開機

sudo pip3 install tensorflow-1.8.0-cp35-cp35m-linux_aarch64.whl

驗證

import tensorflow as tf

tf.version

解除安裝

pip3 uninstall -y tensorflow-gpu

tx2