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

issue in handling complex float numbers #18

Open
abhinine4 opened this issue Apr 28, 2022 · 1 comment
Open

issue in handling complex float numbers #18

abhinine4 opened this issue Apr 28, 2022 · 1 comment

Comments

@abhinine4
Copy link

We are facing issue in calculating pdist() as it is getting complexFloat inputs and this is not handled in later versions of pytorch.
How should we handle this problem,

@bhosalems
Copy link

This issue arises as code base uses torch.fft() method which is deprecated from pytorch 1.7. In particular, this method is used in compact bilinear pooling, which uses *fft() methods. I am able to bypass this issue with the implementation of compact Bilinearpooling here - https://github.com/DeepInsight-PCALab/CompactBilinearPooling-Pytorch

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

2 participants