提交 8cee9f40 authored 作者: --global's avatar --global

Fix TestDnnInferShapes.test_conv3d_gradi test

上级 83689455
...@@ -806,7 +806,7 @@ class TestDnnInferShapes(utt.InferShapeTester): ...@@ -806,7 +806,7 @@ class TestDnnInferShapes(utt.InferShapeTester):
border_mode=params[0], border_mode=params[0],
subsample=params[1], subsample=params[1],
conv_mode=params[2] conv_mode=params[2]
)(kerns.shape, out.shape) )(img.shape, kerns.shape)
conv_grad_i = dnn.GpuDnnConv3dGradI()( conv_grad_i = dnn.GpuDnnConv3dGradI()(
kerns, kerns,
out, out,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论