Parcourir la source

Update tensorflow v2 installation

Aymeric Damien il y a 5 ans
Parent
commit
7aeb6cbf14
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
 ```