树莓派keras、TensorFlow环境安装记录

1.安装arm版的TensorFlow,方法参考:https://github.com/samjabrahams/tensorflow-on-raspberry-pi

2.安装keras

sudo apt-get install libhdf5-serial-dev

sudo pip install h5py    安装过程大概需要30-40分钟

sudo apt-get install python-scipy   亲测不能使用pip安装(坑!)!  安装过程大概5分钟

sudo pip install keras   安装过程2-3分钟

(安装opencv,没有测试,系统自带)

sudo apt-get install python-opencv


你可能感兴趣的:(树莓派)