cornellius-gp / linear_operator

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

Lower Precision CG Solver #1

Open AndPotap opened 2 years ago

AndPotap commented 2 years ago

Added log-scale CG solver with re-orthogonalization. This solver was used in our recent paper https://openreview.net/forum?id=S3NOX_Ij9xc to train GPs on half-precision.