mindspore-lab / mindocr

A toolbox of ocr models and algorithms based on MindSpore
https://mindspore-lab.github.io/mindocr/
Apache License 2.0
194 stars 49 forks source link

ABINet部分算子需适配mindspore 2.0 #491

Closed HaoyangLee closed 6 months ago

HaoyangLee commented 1 year ago

https://github.com/mindspore-lab/mindocr/blob/main/mindocr/models/utils/abinet_layers.py#L9 https://github.com/mindspore-lab/mindocr/blob/main/mindocr/models/utils/abinet_layers.py#L15 使用的校验接口部分已弃用,请修改一下,确保在mindspore2.0可以跑通。可参考https://github.com/mindspore-lab/mindocr/pull/169

horcham commented 6 months ago

当前ABINet已可在ms2.2下跑通训练与推理。

panshaowu commented 6 months ago

ABINet网络开发需求已完成,在MindSpore r2.2.x环境下复验可正常运行,Issue关闭。