You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the error message, I assume you're using FlatBuffers < 2.0. On the other hand, TensorFlow 2.10 appears to use FlatBuffers >= 2.0. Installing newer FlatBuffers should fix the issue.
Note that current tensorflow-onnx pins FlatBuffers < 2.0 [3][4]. You will need to ignore that version constraint.
Describe the bug
Running the tf2onnx tests on TF 2.10 failing the below Unit test
Urgency
not a immediate blocker. But look for fix by 10/15.
System information
To Reproduce
Followed steps from https://github.com/onnx/tensorflow-onnx#build-and-install-latest-from-source-for-development
Then
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: