Open ferrine opened 2 years ago
I think this was somewhat related: https://github.com/aesara-devs/aeppl/issues/173#issuecomment-1236368193
I tried the snippets from the link above, but non of them worked in my situation
It is rather rude to close an issue relevant to this repo only to keep it on your fork: https://github.com/pymc-devs/pytensor/issues/6
FYI: I have a fix for this that I'll put in soon, but parts of the problem are ultimately related to the limited Type
support mentioned in https://github.com/aesara-devs/aesara/issues/738.
Description of your problem or feature request
First, carefully read the following to determine whether or not you have a valid Aesara issue:
If the above does not apply, and you have an issue or feature request that's specific to Aesara, provide a minimal, self-contained, and reproducible example (i.e. an MWE):
Works:
Raises an uninformative or fairly informative error
Scan silently passes and aesara.grad fails miserably later if strict=False
Please provide any additional information below.
Versions and main components
Aesara config:
``` floatX ({'float64', 'float16', 'float32'}) Doc: Default floating-point precision for python casts. Note: float16 support is experimental, use at your own risk. Value: float64 warn_float64 ({'ignore', 'pdb', 'warn', 'raise'}) Doc: Do an action when a tensor variable with float64 dtype is created. Value: ignore pickle_test_value (