-
Notifications
You must be signed in to change notification settings - Fork 60
Remove dependency of mindformers #666
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
Conversation
fbc171a
to
a9d4e9c
Compare
8d9489d
to
da1e183
Compare
fdfcd5b
to
3d64e51
Compare
RuntimeError: Run task for graph:kernel_graph_1 error! The details reger to 'Ascend Error Message' | ||
``` | ||
|
||
请尝试将CANN更新到7.1。 |
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.
请尝试将CANN升级到与MindSpore版本匹配的7.1版本。
请看下这样阐述是否更准确?
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.
backbones下已有一个mindcv_models,请注意命名格式统一是否更好,比如取名mindformers_models。
或者直接将layers.py取一个合适的名字(比如transformer_layers.py或mindformers_layers.py),放在mindcv_models文件夹下。
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.
- 删除license
- 本文件在MindSpore主仓中有(mindspore\python\mindspore\parallel_transformer\moe.py),可以直接引用。
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.
mindspore已有类似文件mindspore\python\mindspore\parallel_transformer\transformer.py,建议考虑优先复用。
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.
mindspore主仓已有类似文件mindspore\python\mindspore\parallel_transformer\op_parallel_config.py,建议考虑优先复用。
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.
mindspore主仓下的mindspore\python\mindspore\parallel_transformer\layers.py是否可复用?
* Remove dependency of mindformers (#666) * Fix problems of psenet-ctw1500 training * Fix problems of psenet-ctw1500 training * Fix problems of psenet-ctw1500 training * remove mindformers * Fix problems of psenet-ctw1500 training * remove dependency * use transformer from mindspore * remove code from mindformers * revise the readme of CRNN (#672) * revise whl deploy setting and version info * fix issue #470 * revise the readme of CRNN --------- Co-authored-by: panshaowu <panshaowu@huawei.com> * fix data bug (#673) --------- Co-authored-by: horcham <690936541@qq.com> Co-authored-by: panshaowu <panshaowu@huawei.com> Co-authored-by: chengtianwu <53269662+chengtianwu@users.noreply.github.com>
* add mindformers as submodule * vary qwen * adapt graph mode * add CLIP for Vary * sync behind commit from main (#675) * Remove dependency of mindformers (#666) * Fix problems of psenet-ctw1500 training * Fix problems of psenet-ctw1500 training * Fix problems of psenet-ctw1500 training * remove mindformers * Fix problems of psenet-ctw1500 training * remove dependency * use transformer from mindspore * remove code from mindformers * revise the readme of CRNN (#672) * revise whl deploy setting and version info * fix issue #470 * revise the readme of CRNN --------- Co-authored-by: panshaowu <panshaowu@huawei.com> * fix data bug (#673) --------- Co-authored-by: horcham <690936541@qq.com> Co-authored-by: panshaowu <panshaowu@huawei.com> Co-authored-by: chengtianwu <53269662+chengtianwu@users.noreply.github.com> * add SAM for Vary * add data process and speed up vary * speed up vary * add generation * add chat vary --------- Co-authored-by: w00517672 <wutiancheng@huawei.com> Co-authored-by: panshaowu <panshaowu@huawei.com> Co-authored-by: horcham <690936541@qq.com> Co-authored-by: chengtianwu <53269662+chengtianwu@users.noreply.github.com>
* Fix problems of psenet-ctw1500 training * Fix problems of psenet-ctw1500 training * Fix problems of psenet-ctw1500 training * remove mindformers * Fix problems of psenet-ctw1500 training * remove dependency * use transformer from mindspore * remove code from mindformers
* Fix problems of psenet-ctw1500 training * update doc * Remove dependency of mindformers (#666) * Fix problems of psenet-ctw1500 training * Fix problems of psenet-ctw1500 training * Fix problems of psenet-ctw1500 training * remove mindformers * Fix problems of psenet-ctw1500 training * remove dependency * use transformer from mindspore * remove code from mindformers
Thank you for your contribution to the MindOCR repo.
Before submitting this PR, please make sure:
Motivation
该变更不会引入影响,原因如下:
(Write your motivation for proposed changes here.)。
Test Plan
(How should this PR be tested? Do you require special setup to run the test or repro the fixed bug?)
Related Issues and PRs
(Is this PR part of a group of changes? Link the other relevant PRs and Issues here. Use https://help.github.com/en/articles/closing-issues-using-keywords for help on GitHub syntax)