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

re-enable ONNX export in tensorflow #225

Closed
4 tasks done
jpata opened this issue Sep 29, 2023 · 1 comment · Fixed by #219
Closed
4 tasks done

re-enable ONNX export in tensorflow #225

jpata opened this issue Sep 29, 2023 · 1 comment · Fixed by #219
Assignees
Labels

Comments

@jpata
Copy link
Owner

jpata commented Sep 29, 2023

  • compile image with tensorflow 2.14.0, python 3.10 and ONNX libraries
    • currently blocked by array-record not supporting python 3.11, while the tensorflow docker image comes with 3.11
  • test that ONNX export works
  • re-enable the code

We had to disable ONNX export in tensorflow due to this bug: onnx/tensorflow-onnx#2180
here: 279f6ae#diff-bc5644c81dfb5b7d28e0ddbb1272481f0874306c725b6de3a5f821e0671ce6bcR501

But recently it's fixed in onnx/tensorflow-onnx#2225 and new versions have been released.

@jpata jpata added the bug label Sep 29, 2023
@jpata jpata self-assigned this Sep 29, 2023
@jpata
Copy link
Owner Author

jpata commented Sep 29, 2023

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

Successfully merging a pull request may close this issue.

1 participant