paddlepaddle-gpu安装

安装环境:CUDA 11.6 + cuNN 8.4.0 + python 3.6.13

1
python -m pip install paddlepaddle-gpu==2.3.2.post116 -f https://www.paddlepaddle.org.cn/whl/windows/mkl/avx/stable.html

还有部分需手动安装的依赖

1
2
3
pip install imageio==2.3.0
pip install matplotlib
pip install scipy==1.0.1