ML-zoo
ML-zoo copied to clipboard
I run your github code with following command: python test.py --clean_wav_folder=clean_testset_wav/ --noisy_wav_folder=noisy_testset_wav/ --tflite_path=rnnoise_INT8.tflite The document said Avg pesq is 2.9 but I on get 2.664  I download test dataset...
Hi @idan-arm @phorsman-arm , I try to use the [inference code](https://github.com/ARM-software/ML-zoo/blob/master/models/speech_recognition/tiny_wav2letter/tflite_int8/inference_demo.ipynb) and the [tiny_wav2letter_int8.tflte](https://github.com/ARM-software/ML-zoo/blob/master/models/speech_recognition/tiny_wav2letter/tflite_int8/tiny_wav2letter_int8.tflite) to inference the same audio file, but the result is different with yours. Your result which...
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
@gregory-bronstain Have you deployed transformer to TFLite micro kernel? I found that the model has different inference result with TFLite Mirco kernel than TFLite kernel with Python interface. I also...
Hello and thanks for your work. I need to run model for Keyword Spotting from this zoo, but there is no any validation script with preprocessing for my .wav files....
Hi All , It appears that we cannot clone the repo https://github.com/ARM-software/ML-zoo.git $ git clone https://github.com/ARM-software/ML-zoo.git Cloning into 'ML-zoo'... remote: Enumerating objects: 1320, done. remote: Counting objects: 100% (66/66), done....
Hi, I tried to test the QAT tflite model, but error reported. ValueError: Cannot set tensor: Got value of type FLOAT32 but expected type INT8 for input 0, name: serving_default_input_1...
Instead of just the frozen tflite files, is it possible to upload h5 or hdf5 or pb or onnx or pt files?
The feature extract used 'MFCC',however, It appears that TFLM (TensorFlow Lite for Microcontrollers) does not support the MFCC (Mel-Frequency Cepstral Coefficients) operator.How can I use it on TFLM?
In keyword spotting the feature extract is using mfcc is it possible to using tflite micro audio preprocessing?