bamos / block

An intelligent block matrix library for numpy, PyTorch, and beyond.
Apache License 2.0
297 stars 33 forks source link

AttributeError: 'module' object has no attribute 'th_Double_fft2' #10

Closed kingkongkai closed 7 years ago

kingkongkai commented 7 years ago

I get the following error:

File "/packages/development/anaconda/2-4.3.1/lib/python2.7/site-packages/pytorch_fft/fft/fft.py", line 41, in fft2 f = th_fft.th_Double_fft2 AttributeError: 'module' object has no attribute 'th_Double_fft2'

Any idea how to fix this?

bamos commented 7 years ago

This doesn't look like part of block. Should this have been sent to locuslab/pytorch_fft?

kingkongkai commented 7 years ago

Yes, sorry, I followed a link on their repo which lead here and I didn't notice. Re-posting.