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

pep8 compliant

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