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 think AttributeError: 'TFLiteConverter' object has no attribute 'mlir' not the root cause, check the traceback carefully, you can see there is a runtime error in shape infer:
File "/usr/local/lib/python3.10/dist-packages/tpu_mlir/python/transform/TFLiteConverter.py", line 244, in __init__
self.shape_infer = self.__shape_infer(input_shapes)
that makes the instance of TFLiteConverter fail to create
I am using the laast version to convert a TF LITE model :
The text was updated successfully, but these errors were encountered: