提交 830c3633 编写于 作者: S Sebastián Ramírez 提交者: François Chollet

Add optional dependencies' links to download pages in README (#9563)

* Add optional dependencies' links to download pages in README

* Update Graphviz link in README as they just changed it

* Update cuDNN link in README
上级 62c395e7
......@@ -120,9 +120,9 @@ Before installing Keras, please install one of its backend engines: TensorFlow,
You may also consider installing the following **optional dependencies**:
- cuDNN (recommended if you plan on running Keras on GPU).
- HDF5 and h5py (required if you plan on saving Keras models to disk).
- graphviz and pydot (used by [visualization utilities](https://keras.io/visualization/) to plot model graphs).
- [cuDNN](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/) (recommended if you plan on running Keras on GPU).
- HDF5 and [h5py](http://docs.h5py.org/en/latest/build.html) (required if you plan on saving Keras models to disk).
- [graphviz](https://graphviz.gitlab.io/download/) and [pydot](https://github.com/erocarrera/pydot) (used by [visualization utilities](https://keras.io/visualization/) to plot model graphs).
Then, you can install Keras itself. There are two ways to install Keras:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册