Skip to content

Commit

Permalink
tensorflow dependency note #76
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed Oct 26, 2018
1 parent d0a72b8 commit 52cd523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ textgenrnn can be installed [from pypi](https://pypi.python.org/pypi/textgenrnn)
pip3 install textgenrnn
```

You will also need to install TensorFlow (`pip3 install tensorflow` for CPU, `pip3 install tensorflow-gpu` for GPU). Note that TensorFlow cannot currently be installed this way in Python 3.7; you'll have to use an earlier Python 3 version.

You can view a demo of common features and model configuration options in [this Jupyter Notebook](/docs/textgenrnn-demo.ipynb).

`/datasets` contains example datasets using Hacker News/Reddit data for training textgenrnn.
Expand Down

0 comments on commit 52cd523

Please sign in to comment.