Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torch.rfft has changed #5

Open
Amaya-aisi opened this issue Apr 26, 2021 · 4 comments
Open

torch.rfft has changed #5

Amaya-aisi opened this issue Apr 26, 2021 · 4 comments

Comments

@Amaya-aisi
Copy link

wrong: module 'torch' has no attribute 'rfft'
pytorch :1.8.1+cu101

@Amaya-aisi
Copy link
Author

Amaya-aisi commented Apr 26, 2021

if s == 0:
          EM_n = torch.sum(filter**2,dim=[1,2,3])
          maxAn = An
else:
          maxAn = torch.max(maxAn,An)

Is this maxAN meaningless?
wrong:"maximum_cpu" not implemented for 'ComplexFloat'

@malleshamdasari
Copy link

malleshamdasari commented Apr 20, 2022

looks like it works with the following config.

pip3 install torch==1.7.1 torchvision==0.8.0

@yrj1409
Copy link

yrj1409 commented Jun 2, 2022

you may change 'torch.rfft' as 'torch.fft.rfft'

@xukun12138
Copy link

if s == 0:
          EM_n = torch.sum(filter**2,dim=[1,2,3])
          maxAn = An
else:
          maxAn = torch.max(maxAn,An)

Is this maxAN meaningless? wrong:"maximum_cpu" not implemented for 'ComplexFloat'

I had the same problem, did you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants