提交 abc7edb7 authored 作者: Frederic's avatar Frederic

make shape value of the output be uniq

上级 7ac7ac40
......@@ -273,7 +273,7 @@ class TestConv3dFFT(unittest.TestCase):
def test_opt_convgrad3d_fft(self):
inputs_shape = (2, 17, 15, 16, 1)
filters_shape = (10, 3, 7, 4, 1)
filters_shape = (10, 6, 7, 4, 1)
dCdH_shape = (inputs_shape[0],
inputs_shape[1] - filters_shape[1] + 1,
inputs_shape[2] - filters_shape[2] + 1,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论