Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CUDNN version information #345

Merged
merged 2 commits into from
Jul 15, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add CUDNN version information
  • Loading branch information
tink2123 committed Jul 15, 2020
commit 2afc57f9fe7278d92c1641ee6d9639a7abd83f1f
5 changes: 3 additions & 2 deletions doc/doc_ch/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

经测试PaddleOCR可在glibc 2.23上运行,您也可以测试其他glibc版本或安装glic 2.23
PaddleOCR 工作环境
- PaddlePaddle1.7
- PaddlePaddle 1.7+
- python3
- glibc 2.23
- cuDNN 7.6+ (GPU)

建议使用我们提供的docker运行PaddleOCR,有关docker使用请参考[链接](https://docs.docker.com/get-started/)。

Expand Down Expand Up @@ -58,7 +59,7 @@ python3 -m pip install paddlepaddle-gpu==1.7.2.post107 -i https://pypi.tuna.tsin

如果您的机器是CPU,请运行以下命令安装

python3 -m pip install paddlepaddle==1.7.2 -i https://pypi.tuna.tsinghua.edu.cn/simple
python3 -m pip install paddlepaddle==1.8.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

更多的版本需求,请参照[安装文档](https://www.paddlepaddle.org.cn/install/quick)中的说明进行操作。
```
Expand Down
6 changes: 3 additions & 3 deletions doc/doc_en/installation_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
After testing, paddleocr can run on glibc 2.23. You can also test other glibc versions or install glic 2.23 for the best compatibility.

PaddleOCR working environment:
- PaddlePaddle1.7
- PaddlePaddle 1.7+
- python3
- glibc 2.23

- cuDNN 7.6+ (GPU)
It is recommended to use the docker provided by us to run PaddleOCR, please refer to the use of docker [link](https://docs.docker.com/get-started/).

1. (Recommended) Prepare a docker environment. The first time you use this image, it will be downloaded automatically. Please be patient.
Expand Down Expand Up @@ -47,7 +47,7 @@ docker images
hub.baidubce.com/paddlepaddle/paddle latest-gpu-cuda9.0-cudnn7-dev f56310dcc829
```

2. Install PaddlePaddle Fluid v1.7 (the higher version is not supported yet, the adaptation work is in progress)
2. Install PaddlePaddle Fluid v1.7
```
pip3 install --upgrade pip

Expand Down