greentfrapp / lucent

Lucid library adapted for PyTorch
Apache License 2.0
597 stars 89 forks source link

Switch to correct irfft for 1.8.0 #23

Closed Helw150 closed 3 years ago

Helw150 commented 3 years ago

torch.irfft was deprecated in 1.8.0 in deference to torch.fft.irfft

Helw150 commented 3 years ago

Ah, opened this prematurely. It's not a drop in replacement. Lemme re-factor a bit then I'll reopen

greentfrapp commented 3 years ago

Hey @Helw150 thank you so much for raising this! I've managed to update the library to fix this bug. Let me know if this works?