[install] torch.complex32 has been removed from 1.11.0#609
[install] torch.complex32 has been removed from 1.11.0#609mpariente merged 1 commit intoasteroid-team:masterfrom
Conversation
|
I'm hesitant to make this change, because we should allow our users to upgrade torch versions. |
|
Any alternative solution? |
3c50fb0 to
51bbc2a
Compare
|
Maybe like this? |
According to pytorch/pytorch#72721 complex32 will be brought back in a later version, the check should be removed then.
51bbc2a to
42d239d
Compare
|
Perfect thanks ! |
|
What should be done for this error? import torch as th Getting error:AttributeError Traceback (most recent call last) 9 frames AttributeError: module 'torch' has no attribute 'complex32' what should be done? |
|
What is syft? |
According to pytorch/pytorch#72721 complex32
will be brought back in a later version, this constraint should be
removed then.
This addresses issue #608.