Update README.md

This commit is contained in:
Jackie Loong
2019-08-27 20:50:27 +10:00
committed by GitHub
parent cf2ad99bda
commit d1a9ac95bf

View File

@@ -21,7 +21,7 @@ make sure you are using python 3.x.
- CPU install
```python
pip install tensorflow==2.0.0-beta1
pip install tensorflow==2.0.0-rc0
```
- GPU install
@@ -29,7 +29,7 @@ pip install tensorflow==2.0.0-beta1
Install `CUDA 10.0`(or after) and `cudnn` by yourself. and set `LD_LIBRARY_PATH` up.
```python
pip install tensorflow-gpu==2.0.0-beta1
pip install tensorflow-gpu==2.0.0-rc0
```
Test installation: