Skip to content

Commit

Permalink
Update tensorflow v2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdamien authored Nov 7, 2019
1 parent 3650e19 commit 7aeb6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow_v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@

To install TensorFlow 2.0, simply run:
```
pip install tensorflow==2.0.0-beta1
pip install tensorflow==2.0.0
```

or (if you want GPU support):
```
pip install tensorflow_gpu==2.0.0-beta1
pip install tensorflow_gpu==2.0.0
```

0 comments on commit 7aeb6cb

Please sign in to comment.