ar4 / seispro

Seismic processing tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

facing issue when import fxdecon

YuanZi1501040205 opened this issue · comments

I figured it out, the shared.py line 160: torchaudio.functional.istft has been deprecated. Just replace it with torch.istft
https://stackoverflow.com/questions/64661065/in-torchaudio-0-7-0-where-is-torchaudio-functional-istft

Hi Yuan,
Thank you for the report and well done for finding a solution. I will update the code to fix it.
-Alan