OS:Mac
Python:3.6
一、先安装Keras,再安装TensorFlow
1. 安装Keras
Package Version
---------- -------
h5py 2.7.1
Keras 2.1.6
numpy 1.14.3
PyYAML 3.12
scipy 1.1.0
six 1.11.0
2. 安装TensorFlow
Package Version
----------- -----------
absl-py 0.2.1
astor 0.6.2
bleach 1.5.0
gast 0.2.0
grpcio 1.12.0
html5lib 0.9999999
Markdown 2.6.11
protobuf 3.5.2.post1
scipy 1.1.0
six 1.11.0
tensorboard 1.8.0
tensorflow 1.8.0
termcolor 1.1.0
Werkzeug 0.14.1
wheel 0.31.1
二、仅安装TensorFlow
Package Version
----------- -----------
absl-py 0.2.1
astor 0.6.2
bleach 1.5.0
gast 0.2.0
grpcio 1.12.0
html5lib 0.9999999
Markdown 2.6.11
numpy 1.14.3
protobuf 3.5.2.post1
six 1.11.0
tensorboard 1.8.0
tensorflow 1.8.0
termcolor 1.1.0
Werkzeug 0.14.1
wheel 0.31.1
注意:查询命令:pip list --format=columns
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:[ Deep Learning ] Keras & TensorFlow安装依赖包 - Python技术站