-
Just a quick question. I want my final model to be full int8 instead of float32 for input and outputs. I want the training to be as accurate as possible. Do I train with quantised input and outputs? B…
-
### 1. System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Linux Ubuntu 18.04
- TensorFlow installation (pip package or built from source):docker pull
- TensorFlow librar…
-
Maybe I am missing something, but it seems like the different files in this module are written in different versions of Tensorflow and are not cross-compatible. I cannot get EfficientNet's export_mode…
-
TF lite version is absent?
-
I am attempting to run the TF lite GPT2 model on IREE (https://huggingface.co/gpt2). I've tried a couple of approaches and hit dead ends on both.
## Approach 1 – load the provided `64.tflite` mode…
-
-
I have the following minimal code (see [this Colab notebook](https://colab.research.google.com/gist/josephrocca/76ab8cb26dc83a0b5fd58945962033a0)) that uses `jax.lax.switch` and tries to convert the m…
-
Hi,
I use the CREPE model on a web browser which works pretty fine, but is there a way to integrate it in Android or flutter web/mobile using Tensorflow library?
the model works just nice when t…
-
I have been experimenting with convert_tflite.py script to convert yolov4 to quantized tf lite model. The command I ran is:
python convert_tflite.py --weights ./checkpoints/yolov4-416 --output ./ch…
-
Can you please link to the tflite model?