Skip to content

Commit

Permalink
atol alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Star125 committed Apr 18, 2023
1 parent c35527e commit 32ffdc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/paddle/fluid/tests/unittests/test_maxout_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ def test_check_output(self):
def test_check_grad(self):
place = core.CUDAPlace(0)
self.check_grad_with_place(
place, ['X'], 'Out', max_relative_error=0.001
)
place, ['X'], 'Out')


class TestMaxoutFP16Case1(TestMaxOutOpFP16):
Expand Down

0 comments on commit 32ffdc2

Please sign in to comment.