We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a94ab4 commit f428a8cCopy full SHA for f428a8c
model_zoo/uie/README.md
@@ -517,7 +517,7 @@ python evaluate.py \
517
518
#### Python部署
519
520
-以下是UIE Python端基于ONNXRuntime的部署流程,包括环境准备、模型导出和使用示例。
+以下是UIE Python端的部署流程,包括环境准备、模型导出和使用示例。
521
522
- 环境准备
523
UIE的部署分为CPU和GPU两种情况,请根据你的部署环境安装对应的依赖。
requirements.txt
@@ -7,4 +7,5 @@ datasets>=2.0.0
7
tqdm
8
paddlefsl
9
sentencepiece
10
+scipy<=1.3.1
11
paddle2onnx
0 commit comments