Created
November 8, 2022 20:43
-
-
Save davipatti/dcf2880715e716c89b1f0a92c749a5f9 to your computer and use it in GitHub Desktop.
[another aesara error]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR (aesara.graph.rewriting.basic): Rewrite failure due to: save_mem_new_scan | |
ERROR (aesara.graph.rewriting.basic): node: for{cpu,scan_fn}(Shape_i{0}.0, Elemwise{Cast{int8}}.0, IncSubtensor{Set;:int64:}.0) | |
ERROR (aesara.graph.rewriting.basic): TRACEBACK: | |
ERROR (aesara.graph.rewriting.basic): Traceback (most recent call last): | |
File "/Users/pattinson/.virtualenvs/mfsera-env/lib/python3.10/site-packages/aesara/graph/rewriting/basic.py", line 1933, in process_node | |
replacements = node_rewriter.transform(fgraph, node) | |
File "/Users/pattinson/.virtualenvs/mfsera-env/lib/python3.10/site-packages/aesara/graph/rewriting/basic.py", line 1092, in transform | |
return self.fn(fgraph, node) | |
File "/Users/pattinson/.virtualenvs/mfsera-env/lib/python3.10/site-packages/aesara/scan/rewriting.py", line 1445, in save_mem_new_scan | |
nw_input = expand_empty(_nw_input, tmp_idx) | |
File "/Users/pattinson/.virtualenvs/mfsera-env/lib/python3.10/site-packages/aesara/scan/utils.py", line 239, in expand_empty | |
new_shape = [size + shapes[0]] + shapes[1:] | |
IndexError: list index out of range |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aesara.config.exception_verbosity = 'high'
provides no more information