@@ -17,6 +17,132 @@ Isolating the problem/Testing Theano compiler
You can run your Theano function in a DebugMode(:ref:`using_debugmode`). This test the Theano optimizations and help to find where NaN, inf and other problem come from.
Can I get Theano to test my graph incrementally, as it's being built ?