google-ai-edge / ai-edge-torch

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

Fix missing group norm in converted TF Lite models. #102

Closed yichunk closed 2 months ago

yichunk commented 2 months ago

Fix missing group norm in converted TF Lite models.

Verified the e2e pipeline with newly converted models.

BUG=b/355109848

chunnienc commented 2 months ago

😅