Skip to content

Commit 830c363

Browse files
tiangolofchollet
authored andcommitted
Add optional dependencies' links to download pages in README (keras-team#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
1 parent 62c395e commit 830c363

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ Before installing Keras, please install one of its backend engines: TensorFlow,
120120

121121
You may also consider installing the following **optional dependencies**:
122122

123-
- cuDNN (recommended if you plan on running Keras on GPU).
124-
- HDF5 and h5py (required if you plan on saving Keras models to disk).
125-
- graphviz and pydot (used by [visualization utilities](https://keras.io/visualization/) to plot model graphs).
123+
- [cuDNN](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/) (recommended if you plan on running Keras on GPU).
124+
- HDF5 and [h5py](http://docs.h5py.org/en/latest/build.html) (required if you plan on saving Keras models to disk).
125+
- [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).
126126

127127
Then, you can install Keras itself. There are two ways to install Keras:
128128

0 commit comments

Comments
 (0)