quic / aimet

AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.
https://quic.github.io/aimet-pages/index.html
Other
2.08k stars 373 forks source link

QNN Error with GroupNorm #2669

Open escorciav opened 7 months ago

escorciav commented 7 months ago

Hi, I was wondering how are you guys dealing with GroupNorm. I discovered the following weird situation in S8G2 DSP (HTP, chipset: SM8550).

GroupNorm(groups=32) 1, 64, 512, 512 1, 64, 256, 256 1, 64, 128, 128 1, 64, 64, 64
msec 1528.3 371.1 error 0.794

The test used QNN 2.16.

Do you know how can I report that bug to the QNN team?

Thanks!

quic-hitameht commented 7 months ago

Tagging @quic-akinlawo @quic-mangal here.

escorciav commented 6 months ago

It may sound odd, but what can I do it's what it's, i.e., hardware & on-device stuff aka too many moving wheels

I can't replicate the error for input 1,64,128,128. The model using such op compile & latency performance is shown in the screenshot below. First column is msec & second the version of QNN image

Details (for record)