Skip to content

Conversation

liangxhao
Copy link
Contributor

@liangxhao liangxhao commented Sep 6, 2023

Thank you for your contribution to the MindOCR repo.
Before submitting this PR, please make sure:

Motivation

  1. 动态shape导出支持

    • 支持dbnet、dbnet++、svtr、master的动态shape mindir导出,所有backbone已测试
    • fcenet需要ops.interpolate(..., mode="area") 支持 size的动态shape,计划Q4开发
  2. dbnet、dbnet++、svtr已验证动态shape版可以lite推理,master待lite修复

  3. 有些修改是因为ops.matmul的动态支持不足,故而替换为ops.BatchMatMul,后续动态shape支持后可再改回去

  4. 需满足:mindspore >= 2.2

  • 待mindspore 2.2发布,重新验证(训练、评估、导出、推理)之后再合入

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)

@liangxhao liangxhao closed this by deleting the head repository Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant