-
Hi,
I was following the instructions from https://github.com/kendryte/tensorflow-workspace/commit/d80f0d2ac23287aaf8b116c9cd3769b90c720bee#diff-7d9fc065a89438c0ca7e01e4611d0f3aR30 to generate C cod…
-
i worked with jupyter notebook using tensorflow-2.16.1 and got stuck with model save.
found out that tensorflow uses keras 3.0.
i fixed the problem with https://keras.io/guides/migrating_to_keras_3/…
-
crash when useGpuDelegate is true in v2,
```
await Tflite.loadModel(
model: "assets/tflite/mobilenet_v1_1.0_224.tflite",
labels: "assets/tflite/mobilenet_v1_1.0_224.txt",
…
-
### 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…
-
### System information
- **What is the top-level directory of the model you are using**: object_detection
- **Have I written custom code (as opposed to using a stock example script provided in Tenso…
-
The alphabet files from Jaco models are inconsistent with the output of the models at runtime. It has been observed that the Jaco Spanish model can produce accented vowels, but the alphabet file does …
-
-
**android build for "demo_tflite" failed on window 10 giving the following error:**
Build command failed.
Error while executing process C:\Users\rohanbhatia\AppData\Local\Android\Sdk\cmake\3.10.2.…
-
### System information
Model_Task:models-master/research/object_detection
MODEL_name : mobilenetV2_ssdlite_fakequantization
OS:centos 7
== check python =========================================…
-
Hi there,
I am trying to export a model to a TensorFlow Lite or preferably CoreML. For both, it is required to first convert the model to a frozen_model (.pb format). To do this I have already mana…