Skip to content

Commit

Permalink
Merge pull request #8163 from emcastillo/conv2dcpufp16
Browse files Browse the repository at this point in the history
Adjust `TestConvolution2DFunction::test_double_backward` fp16 tolerance
  • Loading branch information
mergify[bot] committed Sep 24, 2019
2 parents b4f5738 + b778418 commit c434859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def setUp(self):
'atol': 1e-3, 'rtol': 1e-3
})
self.check_double_backward_options.update({
'atol': 1e-3, 'rtol': 1e-3
'atol': 1e-2, 'rtol': 1e-2
})

def before_test(self, test_name):
Expand Down

0 comments on commit c434859

Please sign in to comment.