-
I am having a problem with a specific TFLite model: my model works on other platforms (TFLite on Linux) but fails using the Flutter TFLite package ( `tflite_flutter: ^0.11.0`) in my Android simulator.…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Expo…
-
I was attempting to try this out using the provided example, first cloning the repo and installing packages. I needed to manually add the tflite_runtime on my system.
`pip install tflite_runtime`
…
-
### 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…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Expo…
-
Hi everyone. I've built a classification model using the Larq framework. After training, I obtained an h5 format model file and converted it to tflite format using the Larq Compute Engine. I observed …
-
Hi,
I have trained TensorFlow model and quantized it to float 16, saved the file as .tflite format. Tested both TensorFlow and tflite model with CPU it's working. Now want to use GPU for tflite mod…
-
We depend on a few files hosted in a GCP project using various buckets.
Most uses can be discovered in this repo with a regex search of `https://storage\.googleapis\.com.*iree`:
```
21 results …
-
### Description
```python3
from flax import nnx
import tensorflow as tf
import jax.numpy as jnp
from jax.experimental import jax2tf
import optax
from flax.training import train_state
key = n…
-
### Description of the bug:
I converted [tiny-llama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) model using the [convert_to_tflite.py](https://github.com/google-ai-edge/ai-edge-to…