未验证 提交 0271d9e7 编写于 作者: H HydrogenSulfate 提交者: GitHub

fix test_autograd_dynamic (#53473)

Co-authored-by: Nzhwesky2010 <zhouwei25@baidu.com>
上级 0c2ab714
......@@ -630,7 +630,7 @@ class TestHessianBatchFirst(unittest.TestCase):
def func_ndim_bigger_than_2(self):
def func(x):
return (x * x).sum()
return (x * x).sum([1, 2, 3])
with self.assertRaises(ValueError):
x = paddle.ones([3, 3, 3, 3])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册