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

No handlers found: "aten::zeros" and "aten::lstm" Skipped. #4

Open
un-knight opened this issue Dec 24, 2019 · 4 comments
Open

No handlers found: "aten::zeros" and "aten::lstm" Skipped. #4

un-knight opened this issue Dec 24, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@un-knight
Copy link

hope to support "aten::zeros" and "aten::lstm" ops, thanks!

@zhijian-liu zhijian-liu self-assigned this Dec 24, 2019
@zhijian-liu zhijian-liu added the enhancement New feature or request label Dec 24, 2019
@zhijian-liu
Copy link
Owner

"aten::zeros" does not require any mult-adds and therefore will not affect the final result. I'm currently working on supporting "aten::rnn" and "aten::lstm" and will let you know once they are supported.

@un-knight
Copy link
Author

Thanks! that would be really cool.

@zwlanpishu
Copy link

"aten::zeros" does not require any mult-adds and therefore will not affect the final result. I'm currently working on supporting "aten::rnn" and "aten::lstm" and will let you know once they are supported.

Does this tool support pytorch models like RNNs and some customized modules? If a model is not supported, will the tool output an error message or an inaccurate result. Thank you very much for any guidance.

@zhijian-liu
Copy link
Owner

It currently does not support RNNs. You will see a warning if the module is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants