提交 9c6627b9 authored 作者: Ramana.S's avatar Ramana.S

pep8 compliant

上级 af8e9166
......@@ -193,8 +193,8 @@ class TestDownsampleFactorMax(utt.InferShapeTester):
# DownsampleFactorMax op
maxpool_op = DownsampleFactorMax(maxpoolshp,
ignore_border=ignore_border,
mode=mode)(images)
ignore_border=ignore_border,
mode=mode)(images)
output_shape = DownsampleFactorMax.out_shape(imval, maxpoolshp,
ignore_border=ignore_border)
......@@ -207,7 +207,6 @@ class TestDownsampleFactorMax(utt.InferShapeTester):
output_val = f(imval)
utt.assert_allclose(output_val, numpy_output_val)
def test_DownsampleFactorMaxStride(self):
rng = numpy.random.RandomState(utt.fetch_seed())
maxpoolshps = ((1, 1), (3, 3), (5, 3))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论