can we port this into core?
Opened this issue · 8 comments
soumith commented
Hey, I was wondering if we can port some refactored form of this into pytorch?
soumith commented
(because the repo does not have a license)
pseeth commented
Oh yeah sure. Would be happy to help with that too! Let me add a license today, which one would work best for PyTorch?
soumith commented
standard BSD 3 clause, like in pytorch.
thank you.
pseeth commented
Done!
soumith commented
thank you.
rafaelvalle commented
@soumith Is this already in pytorch? Would love to import it directly!
soumith commented
istft isn't in core pytorch yet, it's being worked upon.
Follow pytorch/pytorch#3775 for progress
KinWaiCheuk commented
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?