Xavier Gonzalez

Results 4 issues of Xavier Gonzalez

I am getting the strangest bugs when trying to make a Guassian mixture model class in the jax substrate of tfd, has anyone experienced this before or know what the...

Thanks so much for making a wonderful package! I am trying to download your code into Google Colabs. When I type `!pip install git+https://github.com/amirgholami/HessianFlow.git` I get the following error message:...

I am trying to solve the Lorenz butterfly using diffrax, and in particular the `Dopri5` solver. I take two approaches. In of them, I simply solve over the entire time...

question

There seems to be a bug in how eqx.Module interacts with jax.tree.map Here is the repro: ``` import jax import equinox as eqx import jax.numpy as jnp from flax import...

question