Skip to content

Commit 7aeb6cb

Browse files
Update tensorflow v2 installation
1 parent 3650e19 commit 7aeb6cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343

4444
To install TensorFlow 2.0, simply run:
4545
```
46-
pip install tensorflow==2.0.0-beta1
46+
pip install tensorflow==2.0.0
4747
```
4848

4949
or (if you want GPU support):
5050
```
51-
pip install tensorflow_gpu==2.0.0-beta1
51+
pip install tensorflow_gpu==2.0.0
5252
```

0 commit comments

Comments
 (0)