google-ai-edge / ai-edge-torch

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

Documentation Clarity #82

Closed HatmanStack closed 1 month ago

HatmanStack commented 2 months ago

Description of the bug:

n/a

Actual vs expected behavior:

n/a

Any other information you'd like to share?

Better documentation for this tool is needed. The current guide assumes too much prior knowledge, making it challenging for newcomers. It lacks clear explanations and context, feeling as if written by someone deeply familiar with the tool rather than from a user's perspective.

pkgoogle commented 1 month ago

Hi @HatmanStack, thanks for pointing this out. The tool is currently on version 0.1.1 so I expect this to be true for quite awhile. As we move towards version 1.0 this will likely be rectified.

HatmanStack commented 1 month ago

I have no doubt, I've seen great results when not using quantized models which I'm sure is a focus and will get better. The CPU restriction when using torch also made things difficult. Initially, I had to experiment with different models / loading strategies. Transformers for instance rather than the stock Pytorch models. More examples here would be helpful for others. Keep up the Good Work!