You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should see if our implementations can be converted to JAX, and whether or not that offers any performance advantages.
We start by attempting conversion (e.g. using jax_funcify) of our custom Distributions and, from there, find out if there are any Op conversions that are currently unimplemented. If that's the case, we write the missing conversions.
The text was updated successfully, but these errors were encountered:
We should see if our implementations can be converted to JAX, and whether or not that offers any performance advantages.
We start by attempting conversion (e.g. using
jax_funcify
) of our customDistribution
s and, from there, find out if there are anyOp
conversions that are currently unimplemented. If that's the case, we write the missing conversions.The text was updated successfully, but these errors were encountered: