Quellcode durchsuchen

Update tensorflow v2 installation

Aymeric Damien vor 5 Jahren
Ursprung
Commit
7aeb6cbf14
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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
 ```