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
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
Hi, I'm trying your library because I need to convert a keras model to onnx. When I run a script using the main function, it shows the next error: ValueError: Unable to find out a correct type for tensor type = <dtype: 'variant'>
Do you have support to this kind of type from tensorflow? Which version of tf is required? I'm using the latest (2.4.1). @wenbingl@jiafatom@cjermain
Thanks in advance
The text was updated successfully, but these errors were encountered:
Same error @jiafatom . I dont think the problem has to do with tf version. Reviewing the code of the library, it doesnt seem to have support to VariantTensorType (_parser_tf.py)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm trying your library because I need to convert a keras model to onnx. When I run a script using the main function, it shows the next error:
ValueError: Unable to find out a correct type for tensor type = <dtype: 'variant'>
Do you have support to this kind of type from tensorflow? Which version of tf is required? I'm using the latest (2.4.1). @wenbingl @jiafatom @cjermain
Thanks in advance
The text was updated successfully, but these errors were encountered: