提交 2cf05a0d authored 作者: He's avatar He

as per #5409, fixing a typo

上级 09318e0d
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论