Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
fbed0a02
Unverified
Commit
fbed0a02
authored
Jul 15, 2020
by
dyning
Committed by
GitHub
Jul 15, 2020
Browse files
Merge pull request #345 from tink2123/cudnn_version
Add CUDNN version information
parents
d6331154
5b60ed38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
doc/doc_ch/installation.md
doc/doc_ch/installation.md
+2
-1
doc/doc_en/installation_en.md
doc/doc_en/installation_en.md
+3
-3
No files found.
doc/doc_ch/installation.md
View file @
fbed0a02
...
@@ -2,9 +2,10 @@
...
@@ -2,9 +2,10 @@
经测试PaddleOCR可在glibc 2.23上运行,您也可以测试其他glibc版本或安装glic 2.23
经测试PaddleOCR可在glibc 2.23上运行,您也可以测试其他glibc版本或安装glic 2.23
PaddleOCR 工作环境
PaddleOCR 工作环境
-
PaddlePaddle1.7
-
PaddlePaddle
1.7
+
-
python3
-
python3
-
glibc 2.23
-
glibc 2.23
-
cuDNN 7.6+ (GPU)
建议使用我们提供的docker运行PaddleOCR,有关docker使用请参考
[
链接
](
https://docs.docker.com/get-started/
)
。
建议使用我们提供的docker运行PaddleOCR,有关docker使用请参考
[
链接
](
https://docs.docker.com/get-started/
)
。
...
...
doc/doc_en/installation_en.md
View file @
fbed0a02
...
@@ -3,10 +3,10 @@
...
@@ -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.
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:
PaddleOCR working environment:
-
PaddlePaddle1.7
-
PaddlePaddle
1.7
+
-
python3
-
python3
-
glibc 2.23
-
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/
)
.
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.
1.
(Recommended) Prepare a docker environment. The first time you use this image, it will be downloaded automatically. Please be patient.
...
@@ -47,7 +47,7 @@ docker images
...
@@ -47,7 +47,7 @@ docker images
hub.baidubce.com/paddlepaddle/paddle latest-gpu-cuda9.0-cudnn7-dev f56310dcc829
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
pip3 install --upgrade pip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment