提交 c28761fe authored 作者: João Victor Risso's avatar João Victor Risso

Fix flake8 error in spatial transformer grad test

上级 7eddfc50
...@@ -2519,4 +2519,4 @@ def test_dnn_spatialtf_grad(): ...@@ -2519,4 +2519,4 @@ def test_dnn_spatialtf_grad():
# Using float16 currently produces an infinite absolute error, # Using float16 currently produces an infinite absolute error,
# thus the following test fails # thus the following test fails
utt.verify_grad(grad_functor, [inputs_val, theta_val], mode=mode_with_gpu, utt.verify_grad(grad_functor, [inputs_val, theta_val], mode=mode_with_gpu,
abs_tol=atol, rel_tol=rtol) abs_tol=atol, rel_tol=rtol)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论