-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
todoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these.
Description
PyTorch has torch.inverse, but given the nature of noisy data-driven problems it would be useful to have a torch.pinverse option which is calculated using the SVD.
As a side note -- it would also be great if these two functions (.inverse and the proposed .pinverse) were more optimized for a batch operation. As in, passing a tensor of shape (32, 10, 10) would perform 32 instances of inverse on 10x10 matricies, or passing in a tensor of shape (32, 8, 4, 4) would perform 32 * 8 inverses.
Metadata
Metadata
Assignees
Labels
todoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these.