google-ai-edge / ai-edge-torch

Supporting PyTorch models with the Google AI Edge TFLite runtime.
Apache License 2.0
310 stars 40 forks source link

Interpreter can register builtin opcode after conversion #65

Open kohheekyung opened 3 months ago

kohheekyung commented 3 months ago

Description of the bug:

I got a value error when loading the converted model. Is there anything that I should set during conversion?

image

ValueError: Didn't find op for builtin opcode 'TRANSPOSE_CONV' version '4' Registration failed.

Actual vs expected behavior:

No response

Any other information you'd like to share?

No response

chunnienc commented 3 months ago

Hi @kohheekyung , this can be a bug in our converter. Please follow our debugging guide and paste the printed code snippets to this issue, we will look into the converter issue.

If possible, please also attach the full error with stack trace, thanks!