keunwoochoi / kapre

kapre: Keras Audio Preprocessors
MIT License
922 stars 146 forks source link

Issue with pad_end in tflite compatiable layer #124

Open kenders2000 opened 3 years ago

kenders2000 commented 3 years ago

Hi there!

I noted an issue with my implementation of the pad_end option in tflite_compatible_stft.stft_tflite it was giving an error, and the value was incorrect.

I have fixed this and added a test for this into the unit tests.

I will submit a PR shortly, for this bug fix.

Thanks!

Paul

keunwoochoi commented 3 years ago

sounds great, thanks!