Update README w/ warning about using latest Theano

This commit is contained in:
Francois Chollet 2015-10-14 11:26:23 -07:00
parent a86b381424
commit f1ef9895f5
2 changed files with 10 additions and 0 deletions

@ -218,6 +218,11 @@ Keras uses the following dependencies:
- HDF5 and h5py (optional, required if you use model saving/loading functions)
- Optional but recommended if you use CNNs: cuDNN.
**Note**: You should use the latest version of Theano, not the PyPI version. Install it with:
```
sudo pip install git+git://github.com/Theano/Theano.git
```
To install, `cd` to the Keras folder and run the install command:
```
sudo python setup.py install

@ -99,6 +99,11 @@ Keras uses the following dependencies:
- __HDF5__ and __h5py__ (optional, required if you use model saving/loading functions)
- Optional but recommended if you use CNNs: __cuDNN__.
**Note**: You should use the latest version of Theano, not the PyPI version. Install it with:
```
sudo pip install git+git://github.com/Theano/Theano.git
```
Once you have the dependencies installed, clone the repo:
```bash
git clone https://github.com/fchollet/keras.git