Niranjan Yadla
Niranjan Yadla
I have added below code to ~/TensorFlowASR/examples/conformer/inference/gen_tflite_model.py file. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ print("Started tflite quant conversion") def representative_dataset(): for _ in range(100): data = np.random.rand(1, 2,1, 320) yield [data.astype(np.float32)] converter.representative_dataset = representative_dataset converter.target_spec.supported_ops...
I created below colab and getting below "TypeError: 'tuple' object cannot be interpreted as an integer" error. Could you please help me on this ? https://colab.research.google.com/drive/19JeOkrxlGP6KtkfGbrkO87COc4pvSZSE?usp=sharing#scrollTo=vdeytDxjFdZ3 Traceback (most recent call...
do you have plan to optimize leaky_relu op for tflm?
Simple voice activity detection was included. Thank you to: https://github.com/cirosilvano/easyvad.git
@ASerbinski : Where Can I buy i2s-mezzanine board?
Adding HiFi DSP Driver & IPC ,Mailbox driver
We are using himax board to run our custom model that uses leaky_relu and tanh ops on arc processor and currently we are running on tflm with C reference code...
### Model description @gante Generated HF TFwhisper model into whisper.tfllite model. However, I'm not sure how to evaluate the created whisper tflite model. https://colab.research.google.com/github/usefulsensors/openai-whisper/blob/main/tflite_from_huggingface_whisper.ipynb I would appreciate your assistance in...
is it possible to convert gemma_pytorch to onnx to tflite?
@bhadreshpsavani I was able to convert from Hugging face whisper onnx to tflite(int8) model,however am not sure how to run the inference on this model Could you please review and...