matteo-ronchetti / torch-radon

Computational Tomography in PyTorch
https://torch-radon.readthedocs.io
GNU General Public License v3.0
219 stars 45 forks source link

torch.rfft not available anymore #22

Open ThomasBudd opened 3 years ago

ThomasBudd commented 3 years ago

Hi, with pytorch >= 1.8 there is no function torch.rfft anymore, can you integrate an alternative? Thanks!

GEJansen commented 3 years ago

Does torch.fft.rfft work maybe?

matteo-ronchetti commented 3 years ago

I am working on a new version of the library that will fix this problem. It is under development in the v2 branch.

toshi2k2 commented 2 years ago

Hi. Can we use the v2 branch ?