mirror of
https://github.com/dragen1860/TensorFlow-2.x-Tutorials.git
synced 2021-05-12 18:32:23 +03:00
Update README.md
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user