Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transpose_op also have a gradient test problem #4290

Closed
hedaoyuan opened this issue Sep 21, 2017 · 2 comments
Closed

transpose_op also have a gradient test problem #4290

hedaoyuan opened this issue Sep 21, 2017 · 2 comments

Comments

@hedaoyuan
Copy link
Contributor

[06:19:29][Step 1/1] 161/178 Test #161: test_transpose_op ...................***Failed    2.45 sec
[06:19:29][Step 1/1] ......F.....
[06:19:29][Step 1/1] ======================================================================
[06:19:29][Step 1/1] FAIL: test_check_grad (__main__.TestCase3)
[06:19:29][Step 1/1] ----------------------------------------------------------------------
[06:19:29][Step 1/1] Traceback (most recent call last):
[06:19:29][Step 1/1]   File "test_transpose_op.py", line 18, in test_check_grad
[06:19:29][Step 1/1]     self.check_grad(['X'], 'Out')
[06:19:29][Step 1/1]   File "/paddle/python/paddle/v2/framework/tests/op_test.py", line 284, in check_grad
[06:19:29][Step 1/1]     "Gradient Check On %s" % str(cpu_place))
[06:19:29][Step 1/1]   File "/paddle/python/paddle/v2/framework/tests/op_test.py", line 242, in __assert_is_close
[06:19:29][Step 1/1]     self.assertLessEqual(max_diff, max_relative_error, err_msg())
[06:19:29][Step 1/1] AssertionError: Gradient Check On CPUPlace Variable X@GRAD max gradient diff 0.005153 over limit 0.005000, the first error element is 1
[06:19:29][Step 1/1] 
[06:19:29][Step 1/1] ----------------------------------------------------------------------
[06:19:29][Step 1/1] Ran 12 tests in 1.476s
@chengduoZH
Copy link
Contributor

There's no problem now. Can I close this issue?

@hedaoyuan
Copy link
Contributor Author

Yes, it can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants