"docs/vscode:/vscode.git/clone" did not exist on "76bb54044eb387e9e3009bc169e93d66aa004a74"
Commit 485b6fe2 authored by Lukasz Kaiser's avatar Lukasz Kaiser Committed by GitHub
Browse files

Merge pull request #1768 from jazcollins/master

update README's TF version
parents 56765e5b 47a61761
...@@ -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