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

Fold LpNormalization #143

Open
escorciav opened this issue Sep 13, 2023 · 0 comments
Open

Fold LpNormalization #143

escorciav opened this issue Sep 13, 2023 · 0 comments

Comments

@escorciav
Copy link

escorciav commented Sep 13, 2023

Why?
Pytorch onnx unfolds L2* normalization as multiple operators, as opposed to use LpNormalization in onnx.

What?
I feel that it's within the scope of this package to fold multiple operators into a single, no?

Relevance
Some hardware partners, e.g., Qualcomm:QNN/SNPE support LpNormalization. In such cases, model performance might suffer due to an arbitrary choice of Pytorch.

Kindly provide an example to accomplish such task.

*Possibly L1 and others

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