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.complex32 missing in the stable torch release #1

Closed
Shangyint opened this issue Mar 23, 2022 · 2 comments
Closed

torch.complex32 missing in the stable torch release #1

Shangyint opened this issue Mar 23, 2022 · 2 comments

Comments

@Shangyint
Copy link

Executing cd src && python FreeFuzz.py --conf demo_torch.conf yield the following error

  File "/home/shangyit/projects/FreeFuzz/src/classes/torch_api.py", line 14, in TorchArgument
    torch.complex32, torch.complex64, torch.complex128, torch.bool
  AttributeError: module 'torch' has no attribute 'complex32'

The torch developers did temporary disable this field in release 1.11.0 (newest stable). See this.

@YangChenyuan
Copy link
Member

Yes, complex32 is disabled in the current version (1.11.0) of PyTorch due to pytorch/pytorch#71680. You can delete torch.complex32 at

torch.complex32, torch.complex64, torch.complex128, torch.bool

@YangChenyuan
Copy link
Member

For the complex32 in PyTorch, it is still in construction. You can refer pytorch/pytorch#74537 to see the current progress

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