-
Notifications
You must be signed in to change notification settings - Fork 25.6k
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
>>> start = start + 0.5j
>>> end = torch.empty(4, requires_grad=True).clone().fill_(10) + 2j
>>> torch.lerp(start, end, 0.5)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
RuntimeError: lerp 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