-
### 1. System information
- OS Platform and Distribution: Pop!_OS 22.04 LTS
- TensorFlow installation: pip package
- TensorFlow library: 2.17.0
### 2. Code
```
import tensorflow as tf
…
-
### Issue Type
Feature Request
### OS
Linux
### onnx2tf version number
1.26.0
### onnx version number
1.16.1
### onnxruntime version number
1.18.1
### onnxsim (onnx_simplifier) version numbe…
-
I am getting this error when i am using my custom tflite model which detects pose and running in python successfully.
My app level build.gradle file contains:
```
dependencies {
impleme…
-
**System information**
- TensorFlow Python version: 2.17.
- TensorFlow Android versions:
```
implementation 'org.tensorflow:tensorflow-lite:2.16.1'
implementation 'org.tensorflow:tensorfl…
-
Hi, could this trained classifier be converted for TF Lite or TF Mobile?
-
Tf.Lite is wrong!!! is not the albert supported?
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
Non-specialized …
-
Hi,
Leaving this here in case someone is also trying to convert to a TF lite model.
From the keras_cv documentation:
```
!pip install --upgrade keras-cv
!pip install --upgrade tensorflow
```
…
-
I am running BirdNet on a Raspberry Pi 4. After several weeks of stable operation I recently ran the software updates. Since then it appears that the recording/analysis of audio fails on a random basi…
-
When I launch the application on the android, I get the error "DllNotFoundException: tfliteextern"
Where can I download this library?