Closed lxzheng closed 1 month ago
Hi @lxzheng, can you try exporting via PyTorch first: https://pytorch.org/docs/stable/export.html, this lets us know if root cause is ai-edge-torch or PyTorch export. Thanks.
Marking this issue as stale since it has been open for 7 days with no activity. This issue will be closed if no further activity occurs.
Hi @pkgoogle, Thank you for your suggestion. I attempted to export the model using the PyTorch torch.export
API as recommended, but encountered the same issue.
Marking this issue as stale since it has been open for 7 days with no activity. This issue will be closed if no further activity occurs.
This issue was closed because it has been inactive for 14 days. Please post a new issue if you need further assistance. Thanks!
Description of the bug:
I am encountering an InternalTorchDynamoError while converting a YOLO model from Ultralytics to TFLite using the ai-edge-torch library. The error message indicates an issue with unbacked symbols during the conversion process.
Actual vs expected behavior:
model.export(format="tflite")
).Any other information you'd like to share?
code to reproduce:
error message: