-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
complex_autogradmodule: complexRelated to complex number support in PyTorchRelated to complex number support in PyTorchtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
In [9]: x=torch.randn(2, 3, dtype=torch.cdouble, requires_grad=True)
In [10]: torch.cumprod(x, dim=0)
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
<ipython-input-11-9aad052c3955> in <module>
----> 1 torch.cumprod(x, dim=0)
RuntimeError: cumprod does not support automatic differentiation for outputs with complex dtype.Metadata
Metadata
Assignees
Labels
complex_autogradmodule: complexRelated to complex number support in PyTorchRelated to complex number support in PyTorchtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module