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
Describe the bug
Currently attempting to follow the example google collab document results in an error at step 7, this is due to changes in FlatBuffers that is resulting in a critical error: “TensorFlow Lite: export failure: EndVector() missing 1 required positional argument: ‘vectorNumElems’”
Since step 7 does not complete successfully, all subsequent steps fail.
To Reproduce
Steps to reproduce the behavior:
Go to the example doc above
Click on fill in the information for the custom training set from robotflow
Run All
See error
Expected behavior
Run all should run the whole document through, and result in a usable model file, however the execution stops at step 7.
Screenshots
Desktop (please complete the following information):
OS: Windows 11
Browser Firefox, Chrome
Version 109.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently attempting to follow the example google collab document results in an error at step 7, this is due to changes in FlatBuffers that is resulting in a critical error:
“TensorFlow Lite: export failure: EndVector() missing 1 required positional argument: ‘vectorNumElems’”
Since step 7 does not complete successfully, all subsequent steps fail.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Run all should run the whole document through, and result in a usable model file, however the execution stops at step 7.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: