Leonard Papenmeier

Results 2 issues of Leonard Papenmeier

Hi, do you support CUDA? I tried initializing an `AleboStrategy ` with `device='cuda'` but it eventually results in an error. I'm wondering if it's my objective function or if CUDA...

# 🐛 Bug Error in sampling from `LKJCovariancePrior` ## To reproduce ** Code snippet to reproduce ** ```python n = 3 sd_prior = gpytorch.priors.GammaPrior(1.0, 1.0) prior = gpytorch.priors.LKJCovariancePrior(n=n, eta=1.0, sd_prior=sd_prior)...

bug