Accepted to AISTATS 2024
- np_jax contains code for experiments other than neural network ones,
- nn_laplace contains code for neural network experiments.
For further details concerning each refer to the README.md inside each directory.
Some figures are resized to smaller sizes afterwards using sips.
ChatGPT was used as an assistance to write codes. Adopted suggestions, among others, e.g. for writing helper scripts, include
- Use
metric = 0.5 * (metric + metric.T)
partly with suggestion from ChatGPT, - Use
torch.square
with suggestion from ChatGPT.