Austin Anderson

Results 16 comments of Austin Anderson

Unrealistic requests: 1) **A convenient data generator for large audio datasets**. This could be a tf.keras.utils.Sequence similar to tf.keras.preprocessing.image.ImageDataGenerator or something compatible with the newer tf.data.Dataset.from_generator. Perhaps this could have...

I think this one is already in progress, but here are some possible additional features: 4. **A SpecAugment Layer.** Allow for a min value or spectrogram mean to mask the...

@keunwoochoi Same story for me. Although, I'm still somewhat stuck with tensorflow for production due to tflite / tfmicro still being the best for edge devices. I didn't know about...

@eppane Do you have a toy example of this? Are you performing dynamic range quantization on the melspec block and int8 quantization on the rest of the model?

Are differentiable bandpass filters (like scipy's [butter](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.butter.html) + [sosfiltfilt](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.sosfiltfilt.html)) possible in keras/tf? Edit: Looks like this was done with [SincNet](https://github.com/mravanelli/SincNet) in Pytorch and adapted to Keras [here](https://github.com/grausof/keras-sincnet)!

Another workaround on the Pixel 6 with Android 12 is to enable Gabeldorsche Bluetooth in the phone's developer settings. Unfortunately, it seems that Gabeldorsche is going away with Android 13...

Would like to confirm that some newer phones on latest release of Raspbian (Linux 5.15 and BlueZ 5.55) are still not working. The following phones failed to connect via Bluetooth:...

Have the same issue with my Ionic-Vue / Capacitor project. The workaround @tijmenvangulik mentioned works, but a proper solution would be nice.

No, it is not fixed. You still have to use a workaround or a different BLE library.

Having the same issue with the pair request and frequent disconnects. The local name is correct in the advertising data, but the "name" is "raspberrypi" and I cannot get this...