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
b3807c2f
Commit
b3807c2f
authored
Dec 15, 2020
by
LDOUBLEV
Browse files
update install paddle
parent
f26772ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/doc_ch/installation.md
doc/doc_ch/installation.md
+3
-3
doc/doc_en/installation_en.md
doc/doc_en/installation_en.md
+3
-3
No files found.
doc/doc_ch/installation.md
View file @
b3807c2f
...
...
@@ -2,7 +2,7 @@
经测试PaddleOCR可在glibc 2.23上运行,您也可以测试其他glibc版本或安装glic 2.23
PaddleOCR 工作环境
-
PaddlePaddle
2.0rc0
+ ,推荐使用 PaddlePaddle 2.0rc
0
-
PaddlePaddle
1.8
+ ,推荐使用 PaddlePaddle 2.0rc
1
-
python3.7
-
glibc 2.23
-
cuDNN 7.6+ (GPU)
...
...
@@ -35,11 +35,11 @@ sudo docker container exec -it ppocr /bin/bash
pip3 install --upgrade pip
如果您的机器安装的是CUDA9或CUDA10,请运行以下命令安装
python3 -m pip install paddlepaddle-gpu==2.0.0rc
0
-i https://mirror.baidu.com/pypi/simple
python3 -m pip install paddlepaddle-gpu==2.0.0rc
1
-i https://mirror.baidu.com/pypi/simple
如果您的机器是CPU,请运行以下命令安装
python3 -m pip install paddlepaddle==2.0.0rc
0
-i https://mirror.baidu.com/pypi/simple
python3 -m pip install paddlepaddle==2.0.0rc
1
-i https://mirror.baidu.com/pypi/simple
更多的版本需求,请参照[安装文档](https://www.paddlepaddle.org.cn/install/quick)中的说明进行操作。
```
...
...
doc/doc_en/installation_en.md
View file @
b3807c2f
...
...
@@ -3,7 +3,7 @@
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.8+, Recommend PaddlePaddle 2.0rc
0
-
PaddlePaddle
1.8+, Recommend PaddlePaddle 2.0rc
1
-
python3.7
-
glibc 2.23
...
...
@@ -38,10 +38,10 @@ sudo docker container exec -it ppocr /bin/bash
pip3 install --upgrade pip
# If you have cuda9 or cuda10 installed on your machine, please run the following command to install
python3 -m pip install paddlepaddle-gpu==2.0rc
0
-i https://mirror.baidu.com/pypi/simple
python3 -m pip install paddlepaddle-gpu==2.0rc
1
-i https://mirror.baidu.com/pypi/simple
# If you only have cpu on your machine, please run the following command to install
python3 -m pip install paddlepaddle==2.0rc
0
-i https://mirror.baidu.com/pypi/simple
python3 -m pip install paddlepaddle==2.0rc
1
-i https://mirror.baidu.com/pypi/simple
```
For more software version requirements, please refer to the instructions in
[
Installation Document
](
https://www.paddlepaddle.org.cn/install/quick
)
for operation.
...
...
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