Paul Kendrick
Paul Kendrick
I am currently working on STFT tflite compatibility, I have a branch in a fork that is working for this, I am just tidying up and adding unit tests then...
I’m the same, I’m stuck with TF due to TFLITE, and edge platforms. I have not used pytorch, but from what I have read and my colleagues it seems much...
@Yannik1337 I added these tflite compatible layers to Kapre a while back: ```python from kapre import STFTTflite, MagnitudeTflite ``` The PR https://github.com/keunwoochoi/kapre/pull/131 includes some additional documentation as to how to...
I believe this API is a deprecated, you will want to use `ApplyFilterbank` instead, from the docstring: ``` input_shape = (2048, 1) # mono signal n_fft = 1024 n_hop =...
Ahaha, I have been pulling my hair out having the same problem, I have a dataliader using this and I find that when I increase the number of parallel calls...
I don’t know I am afraid, I had it working with netbeans windows, but it took a lot of faffing around to find a working c compiler, Let me know...