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
ac2121c5
Commit
ac2121c5
authored
Nov 01, 2021
by
LDOUBLEV
Browse files
fix bug
parent
54ca9efe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
test_tipc/docs/mac_test_train_inference_python.md
test_tipc/docs/mac_test_train_inference_python.md
+1
-1
test_tipc/docs/test_train_inference_python.md
test_tipc/docs/test_train_inference_python.md
+1
-1
test_tipc/docs/win_test_train_inference_python.md
test_tipc/docs/win_test_train_inference_python.md
+1
-1
No files found.
test_tipc/docs/mac_test_train_inference_python.md
View file @
ac2121c5
...
...
@@ -9,7 +9,7 @@ Mac端基础训练预测功能测试的主程序为`test_train_inference_python.
-
训练相关:
| 算法名称 | 模型名称 | CPU训练 | 模型压缩(CPU) |
| :---- | :---- | :---- | :---- |
:---- | :---- |
| :---- | :---- | :---- | :---- |
| DB | ch_ppocr_mobile_v2.0_det| 正常训练 | 正常训练:FPGM裁剪、PACT量化
<br>
离线量化(无需训练) |
...
...
test_tipc/docs/test_train_inference_python.md
View file @
ac2121c5
...
...
@@ -25,7 +25,7 @@ Linux端基础训练预测功能测试的主程序为`test_train_inference_pytho
| 模型类型 |device | batchsize | tensorrt | mkldnn | cpu多线程 |
| ---- | ---- | ---- | :----: | :----: | :----: |
| 正常模型 | GPU | 1/6 | fp32/fp16 | - | - |
| 正常模型 | CPU | 1/6 | - | fp32 | 支持 |
| 正常模型 | CPU | 1/6 | - | fp32
/fp16
| 支持 |
| 量化模型 | GPU | 1/6 | int8 | - | - |
| 量化模型 | CPU | 1/6 | - | int8 | 支持 |
...
...
test_tipc/docs/win_test_train_inference_python.md
View file @
ac2121c5
...
...
@@ -16,7 +16,7 @@ Windows端基础训练预测功能测试的主程序为`test_train_inference_pyt
| 模型类型 |device | batchsize | tensorrt | mkldnn | cpu多线程 |
| ---- | ---- | ---- | :----: | :----: | :----: |
| 正常模型 | GPU | 1/6 | fp32/fp16 | - | - |
| 正常模型 | CPU | 1/6 | - | fp32 | 支持 |
| 正常模型 | CPU | 1/6 | - | fp32
/fp16
| 支持 |
| 量化模型 | GPU | 1/6 | int8 | - | - |
| 量化模型 | CPU | 1/6 | - | int8 | 支持 |
...
...
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