cornellius-gp / linear_operator

A LinearOperator implementation to wrap the numerical nuts and bolts of GPyTorch
MIT License
95 stars 28 forks source link

Add basic example notebook #17

Closed Balandat closed 2 years ago

Balandat commented 2 years ago

Adds an example ipynb that showcases some basic functionality of LinearOperator and compares the speedups/memory savings compared to a dense tensor approach.

A couple of things are broken that worked on a previuos version, presumably we need to do some more __torch_function__ updates to deal with some of the deprecations on the pytorch end.