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

Operations on weights, which make the model hard to convert, can be eliminated #26

Closed
daquexian opened this issue Jan 22, 2019 · 2 comments

Comments

@daquexian
Copy link
Collaborator

As in #17 (comment), in some models, there are many operations on weights. They make the model hard to convert (the operations are usually reshape, transpose and so on). Since it is applied on constants, we can eliminate them by applying them offline.

@daquexian daquexian changed the title Operations on weights make the model hard to convert and can be eliminated Operations on weights, which make the model hard to convert, can be eliminated Jan 22, 2019
@daquexian
Copy link
Collaborator Author

A step to solve this issue: https://github.com/daquexian/onnx-simplifier

@daquexian
Copy link
Collaborator Author

Closing for onnx-simplifier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant