Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ All steps can optionally be done in a virtual environment using tools such as `v

Install tensorflow 1.12 (with GPU support, if you have a GPU and want everything to run faster)
```
pip3 install tensorflow==1.12.0
pip3 install tensorflow==1.14.0
```
or
```
pip3 install tensorflow-gpu==1.12.0
pip3 install tensorflow-gpu==1.14.0
```

Install other python packages:
Expand Down