-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Some pymc models give errors if they are not frozen when sampling with jax, because there are still dynamic shapes that are not supported by jax.
We should just freeze the model internally when we compile with jax with the pymc function
from pymc.model.transform.optimize import freeze_data_and_dims
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed