We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057a695 commit 60a04ffCopy full SHA for 60a04ff
pymc_experimental/model/transforms/autoreparam.py
@@ -177,7 +177,7 @@ def vip_reparam_node(
177
if not isinstance(node.op, RandomVariable | SymbolicRandomVariable):
178
raise TypeError("Op should be RandomVariable type")
179
_, size, *_ = node.inputs
180
- eval_size = size.eval()
+ eval_size = size.eval(mode="FAST_COMPILE")
181
if eval_size is not None:
182
rv_shape = tuple(eval_size)
183
else:
0 commit comments