Haydn Jones
Haydn Jones
When using `guacamol` with `PytorchLightning==1.6.5` and `PyTorch==1.12.0` I get a mysterious segfault when running the following code: ```Python import pytorch_lightning as pl from guacamol import standard_benchmarks as sb sb.valsartan_smarts() ```...
Latest package versions available through system76-cuda are 11.2 (CUDA) and 8.0.4 (cuDNN), while official NVIDIA releases are at 11.5 (CUDA) and 8.3.1 (cuDNN).
Errors should reliably produce an overlay with a message containing the error
With removed tagger, we probably want to increase the size of the upscale display box
SSH'ed in to my machine after booting it and saw that cosmic greeter is using quite a bit of CPU. The issue goes away after login. I'm currently on the...
It's unclear to me why the following code does not work as `MultivariateNormalDiag` supports batch dimensions for `loc` and `scale`: ```python import distrax as dx import jax import jax.numpy as...