After model quantization, the bias input of linear fails the is_param check. #14326
Unanswered
yujiaoliang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After quantizing my model on QNN, I encountered an issue during partitioning. Specifically, when the graph is partitioned to XNNPACK, the aten.linear node’s bias input fails the is_param validation.
Is there a recommended way to handle this situation or a known workaround to make the bias input pass the is_param check?
Beta Was this translation helpful? Give feedback.
All reactions