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
I also encountered the same problem. I found that this happens under Apple Mac m1-m2. It will be normal under windows. There is indeed a problem with the version of the library. It seems to be incompatible with Tensorflow version 2.14 and onnx. I hope onnx can solve it. This problem is that it cannot be converted on Apple, but it can be converted on Windows. It is a very strange thing.
Describe the bug
Getting
None value not supported
while converting a model usingonnx-tf
ONNX model file
Cannot share the model ATM
Python, ONNX, ONNX-TF, Tensorflow version
This section can be obtained by running
get_version.py
from util folder.main
branch of this repoWhile converting a speech model, I get following error:
While searching for similar issues raised here, looks like some other OPs are supported already with dynamic size but not this one.
The text was updated successfully, but these errors were encountered: