提交 a3a3558d 编写于 作者: G GaoWei8 提交者: Tao Luo

Remove self-set accuracy parameters of op tests: max_relative_error (#21817)

test=develop
上级 187d1c38
......@@ -135,10 +135,7 @@ class TestSeqProject(OpTest):
def test_check_grad_padding_data(self):
if self.padding_trainable:
self.check_grad(
['PaddingData'],
'Out',
max_relative_error=0.05,
no_grad_set=set(['X', 'Filter']))
['PaddingData'], 'Out', no_grad_set=set(['X', 'Filter']))
def test_check_grad_Filter(self):
self.check_grad(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册