Mercurial > pylearn
changeset 587:a4f65f1d2b18
made the file executable.
author | Frederic Bastien <bastienf@iro.umontreal.ca> |
---|---|
date | Tue, 16 Dec 2008 10:09:53 -0500 |
parents | 5020b12e87ee |
children | 990fa151bb10 |
files | pylearn/algorithms/rnn.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/algorithms/rnn.py Fri Dec 05 22:42:40 2008 -0500 +++ b/pylearn/algorithms/rnn.py Tue Dec 16 10:09:53 2008 -0500 @@ -1,4 +1,4 @@ - +#!/usr/bin/env python import numpy as N from theano import Op, Apply, tensor as T, Module, Member, Method, Mode, compile from theano.gof import OpSub, TopoOptimizer