Pierre Motard

Results 18 comments of Pierre Motard

Among these functions, only compare#2 and compare#3 are still uncovered.

Unfortunately I have now quite the same error when I try the custom model here: https://www.tensorflow.org/tutorials/audio/simple_audio Here are the values for decodedwav models: `final String model = 'assets/simple_audio_model.tflite'; final String...

I tried 15996 for the recording length but had the same issue, should I let the buffer size to 2000?

Thank you for answering, but it still triggers the same fatal error. I tried 7998 and 3999.

Here is the log: ``` recordingBuffer length: 1999 recordingBuffer length: 3998 recordingBuffer length: 5997 recordingBuffer length: 7996 recordingBuffer length: 9995 recordingBuffer length: 11994 recordingBuffer length: 13993 recordingBuffer length: 15992 recordingBuffer...

Before even putting my own model I really started with this one https://www.tensorflow.org/tutorials/audio/simple_audio and only added this cell at the end to convert it to tflite ``` # Convert the...

[model_and_labels.zip](https://github.com/Caldarie/flutter_tflite_audio/files/6014281/model_and_labels.zip) No problem thanks for your help, here are both the tflite models and the txt labels files.

Thanks for the details, I will work on that and keep you up-to-date. I only have two questions in the meantime: - Why do we need to pass the sample...