Note: command above will install paddle with cuda10.2,if your installed cuda is different, you can choose an proper version to install from table below.
<tableclass="docutils"><tbody><thwidth="80"> CUDA </th><thvalign="bottom"align="left"width="100">python3.8</th><thvalign="bottom"align="left"width="100">python3.7</th><thvalign="bottom"align="left"width="100">python3.6</th><tr><tdalign="left">10.1</td><tdalign="left"><details><summary> install </summary><pre><code>python -m pip install https://paddle-wheel.bj.bcebos.com/2.0.0-rc0-gpu-cuda10.1-cudnn7-mkl_gcc8.2%2Fpaddlepaddle_gpu-2.0.0rc0.post101-cp38-cp38-linux_x86_64.whl
Visit home page of [paddlepaddle](https://www.paddlepaddle.org.cn/install/quick) for support of other systems, such as Windows10.
Note: command above will install paddle with cuda10.2, if your installed cuda is different, please visit home page of [paddlepaddle](https://www.paddlepaddle.org.cn/install/quick) for more help.
### 2. Install paddleGAN
...
...
@@ -32,7 +19,7 @@ Visit home page of [paddlepaddle](https://www.paddlepaddle.org.cn/install/quick)
```
# only support Python3
python3 -m pip install --upgrade ppgan
python3 -m pip install --upgrade ppgan==2.0.0b0
```
Download the examples and configuration files via cloning the source code: