提交 1ef44cc0 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #5410 from hma02/master

as per #5409, fixing a typo
......@@ -97,7 +97,7 @@ class GpuPool(CGpuKernelBase):
disc = [theano.gradient.DisconnectedType()() for i in inp[1:]]
if self.mode == 'max':
out = self(inp, ws, stride, pad)
out = self(img, ws, stride, pad)
g_out = GpuMaxPoolGrad(ndim=self.ndim,
ignore_border=self.ignore_border)(
img, out, grad, ws, stride, pad)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论