We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请教一下,pytorch ocr crnn的resnet34 pth文件怎么转onnx?
The text was updated successfully, but these errors were encountered:
构建好网络加载好权重后,用torch.onnx.export就可以转了
Sorry, something went wrong.
怎么构建?有demo 代码吗?
按文档能推理起来,在推理代码后面加这一句就可以了
infer可以成功,但是加上torch.onnx.export 报错
No branches or pull requests
请教一下,pytorch ocr crnn的resnet34 pth文件怎么转onnx?
The text was updated successfully, but these errors were encountered: