Kaynağa Gözat

Update tensorflow v2 installation

Aymeric Damien 5 yıl önce
ebeveyn
işleme
7aeb6cbf14
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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
 ```