Browse Source

Update tensorflow v2 installation

Aymeric Damien 5 years ago
parent
commit
7aeb6cbf14
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tensorflow_v2/README.md

+ 2 - 2
tensorflow_v2/README.md

@@ -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
 ```