Bill Mark
Bill Mark
There are a bunch of tricks that one needs to know to use PyType with JAX (esp. also in combination with Flax). For example, a PyTree needs to be treated...
Provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible also provide a summary of what...
### Description When running with four hosts and four devices on each host, I see an "errs" returned by pmap of checkify that looks like the folllowing: ``` Error(at mapped...
### Description ``` import jax import jax.numpy as jnp def f(x, example): jax.lax.cond(example == 1, jax.debug.breakpoint, lambda *args: None) return x f_vmap = jax.vmap(f, in_axes=(0, None), out_axes=0) def g(x, example):...