【发布时间】:2020-06-02 12:37:49
【问题描述】:
我正在尝试在给定的 repo https://github.com/clovaai/deep-text-recognition-benchmark 中转换 pytorch 模型 到onnx。
我在这样做时遇到了问题。
Failed to export an ONNX attribute 'onnx::Gather', since it's not constant, please try to make things (e.g., kernel size) static if possible
链接到 git 问题https://github.com/clovaai/deep-text-recognition-benchmark/issues/76
有什么建议吗?
谢谢。
【问题讨论】:
标签: deep-learning computer-vision pytorch ocr onnx