Explorar el Código

Update tensorflow v2 installation

Aymeric Damien hace 5 años
padre
commit
7aeb6cbf14
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
 ```