-
Hello!
I’ve been working with TensorFlow Lite models in tract and have come across a model which cannot be loaded. I've compared the operators used in themodel with those mentioned in the [README](…
-
This operator reverses the order of the input tensor along specified axes. There are some pytorch models using [`flip`](https://pytorch.org/docs/stable/generated/torch.flip.html) operator. When they t…
-
Hi bro,
I have a model that supports dynamic shape, but tflite does not support it when converting, but it does support it from the code.
Doc from TFL
https://www.tensorflow.org/lite/guide/infere…
-
task | link | \# of model
-- | -- | :--:
image classification | [link](https://tfhub.dev/s?deployment-format=lite&module-type=image-classification) | 81
image segmentation | [link](https://tfhub.de…
-
Hi,
Im looking to produce a tflite model with internal streaming state. However, it looks like the code only produces external state streaming tflite models. Is there a limitation with doing this,…
-
When requesting info about model instances using Kaggle API, it returns a single result of the latest (current) version. I would expect that the API response will contain all versions.
For example:…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hi @nyadla-sys ,
I am using your [generate_tflite_from_whisper.ipynb](https://github.com/nyadla-sys/whisper.tflite/blob/main/models/generate_tflite_from_whisper.ipynb) to generate whisper models in…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
None
### OS Platform and Distribution
Google Colab (Linux) Ubuntu 22.04.3 LTS
### MediaPipe Tasks …
-
Hi team,
Thanks for your project!
Is there perhaps a way to run / to present benchmarks of models Vs their implementation with TFLite / XNNPack / C++ equivalent , or already existing benchmarks …