标签:nvidia www. mac dep attribute gitlab str ash backend
Before installing Keras, please install one of its backend engines: TensorFlow, Theano, or CNTK. We recommend the TensorFlow backend.
You may also consider installing the following optional dependencies:
sudo apt install python-pydot python-pydot-ng graphviz
)Then, you can install Keras itself. There are two ways to install Keras:
sudo pip install keras
If you are using a virtualenv, you may want to avoid using sudo: (在创建的tensorflow虚拟环境下安装)
pip install keras
标签:nvidia www. mac dep attribute gitlab str ash backend
原文地址:https://www.cnblogs.com/followmejoy-LM/p/9634679.html