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
model_analyzer/model_analyzer/model_metadata.py", line 206, in get_exec_graph_int8layers
1 if layer_type.lower() in {'convolution', 'deconvolution', 'fullyconnected', 'gemm', 'pooling'}
^^^^^^^^^^^^^^^^
AttributeError: 'openvino._pyopenvino.OVAny' object has no attribute 'lower'
The text was updated successfully, but these errors were encountered:
@junxnone, I've fixed the issue by converting layer_type to a string before calling lower().When you have some time, please take a look and let me know if any further adjustments are needed.
The text was updated successfully, but these errors were encountered: