-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
2.16
### Custom code
Yes
### OS platform and distribution
_No re…
-
### 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, has anyone experience with making predictions on a microcontroller? Is the YDF C++ Library compatible with microcontroller architecture?
For my understanding YDF models not yet compatible with T…
-
Are any TF-Lite GPU benchmark results for mobile phone are available?
-
I want to run deepspeech.tflite on NPU and need to get deepspeech-0.9.3-models.tflite in int8 or int16 format. How can I use existing deepspeech-0.9.3-models.tflite float32 type to get an int type?
-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 11
- TensorFlow installation (pip package or built from source): pip
- TensorFlow library (version, if…
-
Hi,
I am trying to use the EloquentTensorFlowCortexM library to deploy a neural network model on the Sony Spresense, however, I am encountering an error which will not allow me to proceed. I have at…
-
Hi!
Memory leak in:
https://github.com/emgucv/emgutf/blob/master/Emgu.TF.Lite.Unity/Assets/Emgu.TF.Lite/Demo/CocoSsdMobilenetBehavior.cs
need to be written after line 63
Destroy(tmp);
-
Tested with Emgu.TF.Lite 2.4.0.1059. Loading [segm_full_v491.zip](https://github.com/emgucv/emgutf/files/5580735/segm_full_v491.zip) in a .NET 3.1 Core WPF app with `new Interpreter(new FlatBufferMode…
-
I've recently read [this tf-lite blogpost](https://blog.tensorflow.org/2024/04/faster-dynamically-quantized-inference-with-xnnpack.html?m=1) about faster inference with xnnpack, and would like to try …