-
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:…
-
2024-04-29 09:48:50.970 24207-24753 Whisper com.whispertflite E Error...
…
-
Currently there's only suppor for TPU Edge computing.
This setup is within the tf lite scope. Current fps is at 2 fps with 4 CPU cores.
Docs:
- Python general setup for tf lite: https://www.…
-
```
git clone https://github.com/guildai/guild-python.git
cd guild-python
bazel build guild:guild-lite
```
```
[915 / 944] Compiling 25 TypeScript files @org_tensorflow_tensorboard//tensorbo…
-
### Discussed in https://github.com/AxisCommunications/acap-native-sdk-examples/discussions/263
Originally posted by **AtsushiYokokawa** June 26, 2024
The model converted with tensorflow-to-la…
-
### Issue type
Feature Request
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
tf_nightly == 2.19.0.dev20241003
### Custom…
-
The arduino core for esp32 updates to v3 has a lot of API changes, this library is not compatible with it.
Compilation error:
```
In file included from /home/hal/Arduino/libraries/tflm_esp32/src/…
-
## Description of the problem
Hello, I already posted this same question on the mailing list but without any feedback, so after a few months later I want to post it here even though is not an iss…
-
### 1. System information
tensorflow1.15 、tensorflow2.4
### 2. Code
```
converter = tf.lite.TFLiteConverter.from_saved_model(path)
converter.post_training_quantize = True
conver…
-
| Operator | Notes| TFLite |
| ----------- | ----------- |----------- |
| gatherElements | Gathers values from the input using indices along the given axis. Related: mil.ops.defs.iOS15.scat…