Magnus Ross
Magnus Ross
Hey Wessel! I am just wondering if it might be possible to add support for the MPS backend in PyTorch as an alternative to Cuda, which would allow for the...
Hi, I'd love to use this implementation for a project, but I'm having some trouble with installation. I believe it's because the old version of Flux uses CuArrays (instead of...
Currently the only scalar valued noise is supported for the Laplace approximation. For my use case, having a noise value that can change for each output it is important to...
I am having some issues running last layer laplace for a certain type of model. I have included a minimal example below: ```python import torch from laplace import Laplace from...