Open
Conversation
Contributor
tink2123
commented
Mar 17, 2022
- 将脚本拷贝到套件中,启动命令: bash test_export_shell.sh
- 已支持 PaddleClas、 PaddleOCR、PaddleDetection、PaddleGAN
- 部分套件可能需要对应修改脚本
zhengya01
reviewed
Jun 29, 2022
| 1. 根据config生成 check_inference.py 文件,以MobileNetV3为例: | ||
|
|
||
| ``` | ||
| bash test_export_shell.sh test_tipc/config/MobileNetV3/MobileNetV3_large_x0_5_train_infer_python.txt |
Contributor
There was a problem hiding this comment.
1、补充执行路径
2、config->configs
Contributor
There was a problem hiding this comment.
bash test_train_inference_python.sh test_tipc/config/MobileNetV3/MobileNetV3_large_x0_5_train_infer_python.txt "lite_train_lite_infer"
->
bash test_tipc/test_train_inference_python.sh test_tipc/config/mobilenet_v3_small/train_infer_python.txt "lite_train_lite_infer"
| 2. 正常执行tipc “lite_train_lite_infer” 链条 | ||
| ``` | ||
| bash test_train_inference_python.sh test_tipc/config/MobileNetV3/MobileNetV3_large_x0_5_train_infer_python.txt "lite_train_lite_infer" | ||
| ``` |
zhengya01
reviewed
Jul 13, 2022
| bash test_export_shell.sh test_tipc/config/MobileNetV3/MobileNetV3_large_x0_5_train_infer_python.txt | ||
| ``` | ||
|
|
||
| 2. 正常执行tipc “lite_train_lite_infer” 链条 |
Contributor
There was a problem hiding this comment.
tipc 基础链条的"lite_train_lite_infer"模式
|
|
||
| 2. 正常执行tipc “lite_train_lite_infer” 链条 | ||
| ``` | ||
| bash test_tipc/test_train_inference_python.sh test_tipc/config/MobileNetV3/MobileNetV3_large_x0_5_train_infer_python.txt "lite_train_lite_infer" |
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.