Mercurial > pylearn
log
age | author | description |
---|---|---|
Mon, 17 Nov 2008 14:18:28 -0500 | Frederic Bastien | replaced the use of removed function compile.eval_outputs with theano.function. |
Mon, 17 Nov 2008 14:15:19 -0500 | Frederic Bastien | the function compile.eval_outputs was retired. Now use function instead. |
Mon, 17 Nov 2008 13:17:00 -0500 | Frederic Bastien | bugfix, outputs needed to be in a list in the past, not anymore. |
Mon, 17 Nov 2008 13:16:33 -0500 | Frederic Bastien | bugfix. fix an import bug that I don't understand the cause. |
Fri, 14 Nov 2008 16:52:24 -0500 | Frederic Bastien | corrected import. |
Fri, 14 Nov 2008 16:48:17 -0500 | Frederic Bastien | added one test. |
Fri, 14 Nov 2008 16:46:03 -0500 | Frederic Bastien | better main, allow to debug in a debugger. |