@@ -188,7 +155,6 @@ Running the above code generates the following error message:
...
@@ -188,7 +155,6 @@ Running the above code generates the following error message:
HINT: Re-running with most Theano optimization disabled could give you a back-traces when this node was created. This can be done with by setting the Theano flags optimizer=fast_compile
HINT: Re-running with most Theano optimization disabled could give you a back-traces when this node was created. This can be done with by setting the Theano flags optimizer=fast_compile
If the above is not informative enough, by instrumenting the code ever
If the above is not informative enough, by instrumenting the code ever
so slightly, we can get Theano to reveal the exact source of the error.
so slightly, we can get Theano to reveal the exact source of the error.
...
@@ -213,42 +179,18 @@ following error message, which properly identifies *line 24* as the culprit.
...
@@ -213,42 +179,18 @@ following error message, which properly identifies *line 24* as the culprit.