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
There's a scan-based implementation in the docs, but it's super cryptic. Scan is not necessary to implement this, we can just call the function in a loop. Still might be a nice place to start:
Alternatively just a MH with the extra challenge of applying variable transforms automatically and replacing the separate value inputs by a raveled tensor
There's a scan-based implementation in the docs, but it's super cryptic. Scan is not necessary to implement this, we can just call the function in a loop. Still might be a nice place to start:
https://pytensor.readthedocs.io/en/latest/library/scan.html#using-shared-variables-gibbs-sampling
The text was updated successfully, but these errors were encountered: