Skip to content

Commit

Permalink
changeing the GradGrad section, issue Theano#2196
Browse files Browse the repository at this point in the history
  • Loading branch information
Sina Honari committed Dec 18, 2014
1 parent 9893162 commit 3ea9ef2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions theano/tensor/signal/downsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@ def perform(self, node, inp, out):
z[0] = theano._asarray(z[0], dtype=x.dtype)
ggz = z[0]

## zz needs to be initialized with -inf for the following to work
ggz -= numpy.inf
#number of pooling output rows
pr = ggz.shape[-2]
#number of pooling output cols
Expand Down

0 comments on commit 3ea9ef2

Please sign in to comment.