LoginSignup
0
0

More than 1 year has passed since last update.

ラズパイ(3 model B+)へのtensorflowとKerasとh5pyのインストール

Posted at

※バージョンの組み合わせ重要
tensorflow==1.14.0
Keras==2.3.1
h5py==2.10.0

Raspberry piを最新にアップデート

$ sudo apt-get update
$ sudo apt-get upgrade

tensorflowのインストール

$ pip3 install tensorflow==1.14.0

Kerasのインストール

$ pip3 install  keras==2.3.1

h5pyのインストール

$ pip3 install h5py==2.10.0

これで行けるはず。
いけんかったら以下サイト参考に再度挑戦。
https://qiita.com/Laundly_KUW/items/b0de404560c853de09b0

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0