jonkhler / s2cnn

Spherical CNNs
MIT License
939 stars 176 forks source link

Fix the fft changes from <=torch 1.7 to >=torch 1.8 #58

Closed jessychen1016 closed 2 years ago

jessychen1016 commented 2 years ago

Pretty confident that s2_fft and so3_ifft works because these forward functions work perfectly, please double-check with the rest of the changes since I am not sure if the backward of s2_fft and so3_fft are on the right way.

mariogeiger commented 2 years ago

Seems perfectly fine to me