Skip to content

Commit

Permalink
Added Python 2.7 note in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-lotter authored Nov 9, 2016
1 parent b5bafa0 commit 3d142a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Code and models accompanying [Deep Predictive Coding Networks for Video Predicti
The PredNet is a deep recurrent convolutional neural network that is inspired by the neuroscience concept of predictive coding (Rao and Ballard, 1999; Friston, 2005).
**Check out example prediction videos [here] (https://coxlab.github.io/prednet/).**

The architecture is implemented as a custom layer<sup>1</sup> in [Keras] (http://keras.io/). Tested on Keras 1.0.7 with [theano] (http://deeplearning.net/software/theano/) backend.
The architecture is implemented as a custom layer<sup>1</sup> in [Keras] (http://keras.io/). Tested on Keras 1.0.7 with [theano] (http://deeplearning.net/software/theano/) backend and Python 2.7.
See http://keras.io/ for instructions on installing Keras and its list of dependencies.
For Torch implementation, see [torch-prednet] (https://github.com/e-lab/torch-prednet).
<br>
Expand Down

0 comments on commit 3d142a4

Please sign in to comment.