Owen L

Results 39 issues of Owen L

This is a follow up to https://github.com/patrick-kidger/diffrax/issues/403, where when I do the equinox sharding design, I see it is substantially slower than a pmap (or even just a vmap on...

Addresses https://github.com/patrick-kidger/diffrax/issues/401. Revives https://github.com/patrick-kidger/diffrax/pull/104. Based on that PR, I made the minimal requirements to get it up to current version (e.g. taking callables instead of ODE terms since we can't...

I was wondering what the best way of recreating the KL divergence from `torchsde` would be in diffrax. I have a hacked together version of https://github.com/google-research/torchsde/blob/master/examples/latent_sde.py, but it seems like...

When checking if ConvTranspose is actually computing the transpose operation, it seems to be failing. I've tried different weight matrix shapes, but I'm uncertain as to why this is failing:...

documentation

For users that are interested/regularly investigate the source code, having a method to go from docs to associated source code is very helpful (this is what I am talking about:...

documentation

### Description If I were to run a constant size function and scale it linearly across more and more CPUs/GPUs (just running the same function and the same input again...

bug

I have two classes of solvers I'm implementing with diffrax which I thought could be good to actually just put in diffrax, but I wanted to check if there was...

feature

In the first line of the docs, it says "Physics-Informed Neural Networks for ODE, SDE, RODE, and PDE solving." but I wasn't able to find documentation/examples for SDEs like there...

question

Named collectives have come up before in documentation for pmap/shmap, but usually links to https://jax.readthedocs.io/en/latest/jax.lax.html#parallel-operators (other relevant issue: https://github.com/google/jax/issues/13794). However, these also work for things such as vmap and I...

documentation

The original spectral norm paper didn't accurately estimate spectral norms (e.g. in the convolution case they just reshape it then do normal matrix, but this isn't the actual transpose operation,...

feature