Skip to content
New issue

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

rust burn加载ppocrv4转onnx 报错 #1431

Open
carlos-yuan opened this issue Nov 14, 2024 · 0 comments
Open

rust burn加载ppocrv4转onnx 报错 #1431

carlos-yuan opened this issue Nov 14, 2024 · 0 comments

Comments

@carlos-yuan
Copy link

转换出来以后也不能直接加载会报Nodes are not topologically sorted,然后需要优化。
由于名称问题会报"learnable_affine_block_0.w_0" is not a valid Ident。这是因为变量出现了 . ,修改源码修复问题以后。
加载会出这个问题 Unsupported input dim (1) for GlobalAvgPoolNode
image
由于初学没搞懂这是什么原因,这里维度只有1,但是框架要求的维度需要3或者4。

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

No branches or pull requests

1 participant