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

[FRONTEND][PYTORCH] aten:unflatten not supported #15663

Closed
denis-ismailaj opened this issue Sep 4, 2023 · 1 comment · Fixed by #16131
Closed

[FRONTEND][PYTORCH] aten:unflatten not supported #15663

denis-ismailaj opened this issue Sep 4, 2023 · 1 comment · Fixed by #16131
Labels
needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it type: bug

Comments

@denis-ismailaj
Copy link

denis-ismailaj commented Sep 4, 2023

Got the following error while trying to convert a CLIP model:

NotImplementedError: The following operators are not implemented: [‘aten::unflatten’, ‘aten::scaled_dot_product_attention’]

There is already an open issue for aten::scaled_dot_product_attention (#15361), so I'm creating this one for aten::unflatten.

Triage

  • frontend:pytorch

cc @shingjan @yelite

@denis-ismailaj denis-ismailaj added needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it type: bug labels Sep 4, 2023
@mshr-h
Copy link
Contributor

mshr-h commented Nov 13, 2023

I'll work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants