pseeth/torch-stft

Is there any way to do batch calculation?

navidpanchi opened this issue · 1 comments

I want to use this somewhere inside my loss function, it would be great if i was able to get the stft of a batch of signals.

Sorry, got the solution. Directly passing (batch, signal) works. Btw thanks a lot for this implementation.