Open DBraun opened 8 months ago
So as you may expect, this isn’t an issue for smaller frame_step and frame_length. But I think it’s related to https://github.com/google-deepmind/dm_aux/issues/2 For sufficiently large frame_length there has got to be a reason to use jax.scipy.signal.stft/istft
I'm trying to jit compile something that does an STFT, a phase modification, and an iSTFT. Here's the warning:
Here's the script:
The warning doesn't appear if
modify_phase_and_reconstruct
just returnsstft_modified
early, so it seems to be related to theistft
function.I'm using WSL on Windows with Python 3.10 with an Nvidia RTX 2080.