-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Bug]: Check 'm_element_type != element::undefined && m_element_type.is_static()' failed #20811
Comments
Hi @jikechao, thanks for reporting this bug. Indeed, this bug can still exists according the current state of type mapping: https://github.com/openvinotoolkit/openvino/blob/master/src/frontends/tensorflow/src/tf_utils.cpp#L154 I will fix it. Best regards, |
BTW, "uint16", "uint32", and "uint64" have the same crash message. |
Yes, these types are also absent in that type map. Thanks, |
@rkazants Thanks for your fixing. |
Re-opening original case as fix caused regression and we have to temporary revert #21656 to further improve the fix. |
The problem was with incorrect unpacking of compressed fp16 constant and PRelu fusing transformation was not applied due to incorrect fp16 Constant. Now I recover this PR and apply fix for this. Best regards, |
OpenVINO Version
2023.1.0-12185-9e6b00e51cd-releases/2023/1
Operating System
Ubuntu 18.04 (LTS)
Framework
Tensorflow/Keras
Model used
Given in the following script
Issue description
When the input layer`s dtype="uint16" or "uint32", the conversion process from the given Keras model to OpenVINO will crash unexpectedly.
As a comparison, other input types (e.g.,
int16
, 'uint8') can converted very well.Step-by-step reproduction
Relevant log output
The text was updated successfully, but these errors were encountered: