提交 e0decce3 authored 作者: Sina Honari's avatar Sina Honari

updating comment

上级 adda0e5a
......@@ -241,9 +241,9 @@ class DownsampleFactorMax(Op):
x, maxout, gz)]
def c_code(self, node, name, inp, out, sub):
"No implementation is currently for the case where
the stride size and the pooling size are different.
An exception is raised for such a case."
# No implementation is currently for the case where
# the stride size and the pooling size are different.
# An exception is raised for such a case.
if self.ds != self.st:
raise theano.gof.utils.MethodNotDefined()
x, = inp
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论