【开源实习】香橙派github仓中的在线推理案例05-ShuffleNet基于PyNative模式改写成以mint接口实现 #107
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.


任务
任务编号:#ICJ91O
任务链接:【开源实习】香橙派github仓中的在线推理案例05-ShuffleNet基于PyNative模式改写成以mint接口实现
版本信息:
Python 3.9 + MindSpore 2.6.0 + CANN 8.1.RC1
OrangePi AiPro 8G 8T
实现内容:
香橙派github仓中在线推理案例 05-ShuffleNet 基于MindSpore2.6.0的PyNative模式下可以在香橙派开发板正常流畅运行。
推理正常:

补充:

mindspore.mint.transpose(x, 2, 1)在CANN 8.1.RC1中会提示缺少算子,在CANN 8.1.RC1.beta1中可以正常运行