pymc icon indicating copy to clipboard operation
pymc copied to clipboard

BUG: VI can't be used with Jax

Open ferrine opened this issue 1 year ago • 0 comments

Describe the issue:

Fails due to missing jax support for VI

Reproduceable code example:

pm.fit(
    fn_kwargs=dict(mode="JAX"),
)


### Error message:

_No response_

### PyMC version information:

5.10.3

### Context for the issue:

_No response_

ferrine avatar Jan 15 '24 09:01 ferrine