Skip to content

Commit

Permalink
changed Mode to theano.Mode in tutorial on theano , how to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pascanur committed Feb 8, 2010
1 parent 633f984 commit c22f4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/debug_faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Check out this one:

.. code-block:: python

class PrintEverythingMode(Mode):
class PrintEverythingMode(theano.Mode):
def __init__(self):
def print_eval(i, node, fn):
print i, node, [input[0] for input in fn.inputs],
Expand Down

0 comments on commit c22f4e8

Please sign in to comment.