k230_sdk icon indicating copy to clipboard operation
k230_sdk copied to clipboard

[Bug]: 模型转换报错

Open Augustiu opened this issue 5 months ago • 1 comments

What happened

模型转换报错,好像是带pad的conv2dTranspose算子: Unhandled exception. System.AggregateException: One or more errors occurred. (assert(immLen + outputPadding == destLen + pad.Sum()) error! File "/home/gitlab-runner/builds/zaC7hZ1H/1/maix2-ai-sw/k510-gnne-compiler/modules/Nncase.Modules.K230/Transform/Rules/Tile/TileHelper/TileUtilities.cs", line 419 .) ---> System.InvalidOperationException: assert(immLen + outputPadding == destLen + pad.Sum()) error! File "/home/gitlab-runner/builds/zaC7hZ1H/1/maix2-ai-sw/k510-gnne-compiler/modules/Nncase 这个是什么问题,我这边可以自己修改吗? 另外算子的定义在什么地方,这部分代码我们可以看到吗?

Reproduction steps

使用带pad的conv2dTranspose算子

Hardware board

k230 evb board

Software version

No response

Bug frequency

No response

Anything else

No response

Augustiu avatar Jul 24 '25 10:07 Augustiu

模型转换问题,麻烦请去 https://github.com/kendryte/nncase 仓库提交issues

wangjianxin-canaan avatar Oct 09 '25 09:10 wangjianxin-canaan