normal-computing / posteriors

Uncertainty quantification with PyTorch
https://normal-computing.github.io/posteriors/
Apache License 2.0
314 stars 12 forks source link

SNGP #68

Open SamDuffield opened 5 months ago

SamDuffield commented 5 months ago

Can we implement SNGP in posteriors?

Will take some thinking how to concisely implement the spectral normalisation and last layer Laplace approximation. Perhaps even allow the user to swap out the Laplace approximation for VI or other methods.