google / uncertainty-baselines

High-quality implementations of standard and SOTA methods on a variety of tasks.
Apache License 2.0
1.42k stars 202 forks source link

Question about SNGP differences from the paper #640

Open jeffwillette opened 2 years ago

jeffwillette commented 2 years ago

Hi. Thanks for keeping everything updated here. I noticed there are some differences between the SNGP implementation here and what is described in the paper which leaves a few questions I am curious about:

Phoveran commented 2 years ago

Sorry for bothering. I noticed that in the SNGP paper, there are K precision matrices of size (B, B). However in the code there is only one. Is this corresponding to your third question? I'm new in uncertainty study, and this confused me about how to use the cov matrix.