-
Notifications
You must be signed in to change notification settings - Fork 296
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
unsqueeze version 13 is not implemented #981
Comments
Thank for bringing this to our attention. Unfortunately ONNX spec changed axes from as an attribute to an input in version 13, which requires a major re-write of the handler. We hope some community members can step up and help out one this. |
thx~ |
I have an implementation for unsqueeze and squeeze that I have tested with unit tests as well as by exporting a fairseq transformer XL model (based on huggingface). Should I reopen this ticket and submit a request for review? |
Please go ahead to submit a PR. Feel free to reopen this issue too. Thanks! |
hi,I met the same problem. May I ask has the fix released? If yes, which onnx-tf version and which opset version I should use to apply this fix. thx |
I couldn't reopen the ticket as I didn't create it. So I have opened another issue tracking both squeeze and unsqueeze- #1020. |
Describe the bug
Can't convert onnx model to TF frozen graph.
To Reproduce
code:
log:
This section can be obtained by running
get_version.py
from util folder.Additional context
Please help me with this. Will it support unsqueeze in the next version~~~
The text was updated successfully, but these errors were encountered: