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
This mode was needed for graphs with Scan in the past but shouldn't be needed anymore. If anything fails it's a bug that we should fix in PyTensor.
Introducing mode with non-default linker, and specially JAX, is problematic as PyTensor may try to constant fold a Scan and get jax arrays (or other types) it cannot make sense of
The text was updated successfully, but these errors were encountered:
This mode was needed for graphs with Scan in the past but shouldn't be needed anymore. If anything fails it's a bug that we should fix in PyTensor.
Introducing mode with non-default linker, and specially JAX, is problematic as PyTensor may try to constant fold a Scan and get jax arrays (or other types) it cannot make sense of
The text was updated successfully, but these errors were encountered: