-
**Issue by [hello-ahn](https://github.sec.samsung.net/hello-ahn)**
_Tuesday Jul 24, 2018 at 11:19 GMT_
_Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/329_
----
It was s…
-
Have you tried the TFLite export notebook on Distilled Whisper (https://github.com/huggingface/distil-whisper)? I modified the script like this:
```py
import tensorflow as tf
from datasets impo…
-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): ubuntu 22
- TensorFlow installation (pip package or built from source): `pip install tf-nightly` where python i…
-
在tflite2.7 版本后 已经支持多签名了:https://tensorflow.google.cn/lite/guide/signatures?hl=zh-cn
```py
class Model(tf.Module):
@tf.function(input_signature=[tf.TensorSpec(shape=[None], dtype=tf.float32)])…
-
**Environment (please complete the following information):**
- OS/OS Version:
- Android 14 (Galaxy S22 Ultra SM-S908N)
- Windows 11 23H2 build 22631.3880
- Source Version: v2.16.1-p1
- …
-
First, thanks for detailed description of training steps. I trained the model for a few epochs.
My final goal is to obtain tflite model. So, I converted the ckpt model to pb by following this SO a…
-
Setting up Tflite and Pytorch model running on RPI with easy to use on PC aswell
-
I want to use this OCR in Android.
I considered this TF-lite github(this is yolov4, actually...
https://github.com/hunglc007/tensorflow-yolov4-tflite
https://github.com/shaqian/flutter_realtime…
-
**Issue by [myungjoo-ham](https://github.sec.samsung.net/myungjoo-ham)**
_Thursday Jul 26, 2018 at 11:49 GMT_
_Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/353_
----
T…
-
Hi @nyadla-sys ,
I am using your [generate_tflite_from_whisper.ipynb](https://github.com/nyadla-sys/whisper.tflite/blob/main/models/generate_tflite_from_whisper.ipynb) to generate whisper models in…