torch-stft
torch-stft copied to clipboard
can we port this into core?
Hey, I was wondering if we can port some refactored form of this into pytorch?
(because the repo does not have a license)
Oh yeah sure. Would be happy to help with that too! Let me add a license today, which one would work best for PyTorch?
standard BSD 3 clause, like in pytorch.
thank you.
Done!
thank you.
@soumith Is this already in pytorch? Would love to import it directly!
istft isn't in core pytorch yet, it's being worked upon. Follow https://github.com/pytorch/pytorch/issues/3775 for progress
istft isn't in core pytorch yet, it's being worked upon. Follow pytorch/pytorch#3775 for progress
Does it mean that torch.stft is the optimized version of this stft-pytorch repo?