ddn icon indicating copy to clipboard operation
ddn copied to clipboard

Future Feature Request: Vectorization

Open Parskatt opened this issue 3 years ago • 1 comments

Pytorch is (slowly) introducing vmap: https://pytorch.org/docs/master/generated/torch.vmap.html?highlight=vmap#torch.vmap When this feature becomes stable it seems like a great addition for jacobian calculation, probably giving additional performance.

Parskatt avatar May 19 '21 15:05 Parskatt

This is cool. Thanks for recommending. Once vmap makes it into an official release we'll look to profile and use it.

sgould avatar May 23 '21 22:05 sgould