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

NotImplementedError: Cast version 9 is not implemented. #362

Closed
davidenitti opened this issue Jan 29, 2019 · 1 comment
Closed

NotImplementedError: Cast version 9 is not implemented. #362

davidenitti opened this issue Jan 29, 2019 · 1 comment

Comments

@davidenitti
Copy link

Describe the bug

NotImplementedError: Cast version 9 is not implemented.

To Reproduce

onnx-tf convert -t tf -i net.onnx -o net.pb

where net.onnx contains a Cast v9 operation (I suppose)

Python, ONNX, ONNX-TF, Tensorflow version
Python version:
3.6.7 (default, Oct 25 2018, 09:16:13)
[GCC 5.4.0 20160609]
ONNX version:
1.4.1
ONNX-TF version:
1.2.1
Tensorflow version:
1.12.0

chinhuang007 added a commit to chinhuang007/onnx-tensorflow that referenced this issue Feb 2, 2019
The Cast operator was updated in ONNX opset version 9, causning
frontend and backend conversion to fail.

This PR should fix the issue:
onnx#362
chinhuang007 added a commit to chinhuang007/onnx-tensorflow that referenced this issue Feb 5, 2019
The Cast operator was updated in ONNX opset version 9, causning
frontend and backend conversion to fail.

This PR should fix the issue:
onnx#362
chinhuang007 added a commit to chinhuang007/onnx-tensorflow that referenced this issue Feb 6, 2019
The Cast operator was updated in ONNX opset version 9, causning
frontend and backend conversion to fail.

This PR should fix the issue:
onnx#362
chinhuang007 added a commit to chinhuang007/onnx-tensorflow that referenced this issue Feb 7, 2019
The Cast operator was updated in ONNX opset version 9, causning
frontend and backend conversion to fail.

This PR should fix the issue:
onnx#362
chinhuang007 added a commit to chinhuang007/onnx-tensorflow that referenced this issue Feb 15, 2019
The Cast operator was updated in ONNX opset version 9, causning
frontend and backend conversion to fail.

This PR should fix the issue:
onnx#362
chinhuang007 added a commit to chinhuang007/onnx-tensorflow that referenced this issue Feb 15, 2019
The Cast operator was updated in ONNX opset version 9, causning
frontend and backend conversion to fail.

This PR should fix the issue:
onnx#362
chinhuang007 added a commit to chinhuang007/onnx-tensorflow that referenced this issue Feb 19, 2019
The Cast operator was updated in ONNX opset version 9, causning
frontend and backend conversion to fail.

This PR should fix the issue:
onnx#362
chinhuang007 added a commit to chinhuang007/onnx-tensorflow that referenced this issue Feb 22, 2019
The Cast operator was updated in ONNX opset version 9, causning
frontend and backend conversion to fail.

This PR should fix the issue:
onnx#362
@chinhuang007
Copy link
Collaborator

The fix is merged.

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

2 participants