-
Notifications
You must be signed in to change notification settings - Fork 60
update Lite mindocr_models_list #753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
CaitinZhao
reviewed
Oct 28, 2024
[ERROR] GE_ADPT(837950,7feb6e13bf40,converter_lite):2024-10-26-07:37:40.545.734 [mindspore/ccsrc/transform/graph_ir/convert.cc:1034] ConvertAllNode] Failed to convert node: @391_390_1_mindocr_models_base_model_BaseModel_construct_24_1:param_neck.seq_encoder.bias_hh_l0. | ||
``` | ||
|
||
遇到此情况,请使用Atlas 310T系列通过`export.py`进行模型导出,然后在Atlas 310I上通过`converter_lite`将导出的`.mindir`转换为`MindSpore Lite Mindir`即可。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为啥是310T系列?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改为 昇腾训练环境
CaitinZhao
approved these changes
Oct 28, 2024
kk928290341
approved these changes
Oct 28, 2024
4 tasks
4 tasks
CaitinZhao
added a commit
that referenced
this pull request
Oct 29, 2024
…st (#758) * update lite inference doc (#751) * update install * update inference tutorial * update * update readme * update environment * add 310p3 note * update * fix bugs * delete cpp infer * delete cpp infer * update (cherry picked from commit 89831d2) * update thirdparty_models_list (#752) (cherry picked from commit 685ef3e) * 更新ch_pp_det_OCRv4 config.txt 链接 (#754) (cherry picked from commit a176ce9) * update Lite mindocr_models_list (#753) * test * update doc * update doc * update doc * update doc * update doc * Revert "test" This reverts commit d0b6968. * update faq * fix ci --------- Co-authored-by: 王天宇 <alien@wangtianyudeMacBook-Pro.local> (cherry picked from commit 6279c79) * fix path & ci * update ver of git clone --------- Co-authored-by: zhaoting <37293445+caitinzhao@users.noreply.github.com> Co-authored-by: YMC <61680846+iugoood@users.noreply.github.com>
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.
Thank you for your contribution to the MindOCR repo.
Before submitting this PR, please make sure:
Motivation