-
### Checklist
- [X] Checked the issue tracker for similar issues to ensure this is not a duplicate.
- [X] Provided a clear description of your suggestion.
- [X] Included any relevant context or e…
-
**Describe the bug**
I got an error trying to convert from a saved_model.pb builded with tensorflow 2.3.0:
`Traceback (most recent call last):
File "C:\Program Files\Python38\lib\runpy.py", lin…
Fax3D updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
Currently the audio pre-processing feature is limited to fixed length audio examples which are either padded or cut to match the `au…
nieag updated
2 weeks ago
-
### Please verify that you have read and understood the guidelines.
yes
### A clear and concise description of the issue.
Running script with default settings ends with
[ERROR] in line 158: exit…
-
I was able to setup model and it works really great. My code is:
`private fun testAudio() {
// Initialize Whisper
val mWhisper = Whisper(this) // Create Whisper instance
// L…
-
I'm trying to get a basic Android app working using the BirdNet model
As per @kahst instructions I've tried to drop the model tflite into the following official TensorFlow Lite example project:
ht…
-
Hi, the frequency of onAudio() callback is too high. Is there any method I can reduce the number of callback per sec.
-
The error occurs when I export model [yamnet_256_64x96.h5](https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/audio_event_detection/models/yamnet/ST_pretrainedmodel_public_dataset/esc_10…
-
I'm trying to fine tune Yamnet model for another audio classification problem that has 4 classes, but I keep getting this error :
Can not squeeze dim[0], expected a dimension of 1, got 32
[[…
-
example code: [AudioObjectDetection.ino](https://github.com/rkuo2000/Arduino/blob/master/examples/AMB82-MINI/AudioObjectDetection/AudioObjectDetection.ino)
Compiled : OK
Problem : it still runs as…