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
but we should perhaps keep the part about creating a new Aesara Op. We have pymc-examples that show how to create one Op for a Likelihood term (used inside a Potential), but not oneOp that would be used with the rest of the generative graph (and not only the logp graph). Users may not understand that possibility when reading the pymc-example guides.
The text was updated successfully, but these errors were encountered:
ricardoV94
changed the title
Create short doc about creating Aesara Op for intermediate graph operations
Add short doc on how to create Aesara Ops for intermediate graph operations
Apr 26, 2022
Follow up to #5538, we can probably remove the entire https://github.com/pymc-devs/pymc/blob/main/docs/source/Advanced_usage_of_Aesara_in_PyMC.rst
but we should perhaps keep the part about creating a new Aesara
Op
. We have pymc-examples that show how to create oneOp
for a Likelihood term (used inside aPotential
), but not oneOp
that would be used with the rest of the generative graph (and not only the logp graph). Users may not understand that possibility when reading the pymc-example guides.The text was updated successfully, but these errors were encountered: