Commit 47a61761 authored by Jasmine's avatar Jasmine
Browse files

update README's TF version

parent 3a658979
...@@ -7,7 +7,9 @@ This code implements the model from the paper "[LFADS - Latent Factor Analysis v ...@@ -7,7 +7,9 @@ This code implements the model from the paper "[LFADS - Latent Factor Analysis v
The code is written in Python 2.7.6. You will also need: The code is written in Python 2.7.6. You will also need:
* **TensorFlow** version 1.0.1 or greater ([install](https://www.tensorflow.org/install/)) * **TensorFlow** version 1.1 ([install](http://tflearn.org/installation/)) -
there is an incompatibility with LFADS and TF v1.2, which we are in the
process of resolving
* **NumPy, SciPy, Matplotlib** ([install SciPy stack](https://www.scipy.org/install.html), contains all of them) * **NumPy, SciPy, Matplotlib** ([install SciPy stack](https://www.scipy.org/install.html), contains all of them)
* **h5py** ([install](https://pypi.python.org/pypi/h5py)) * **h5py** ([install](https://pypi.python.org/pypi/h5py))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment