"vscode:/vscode.git/clone" did not exist on "aafbfefa389cd1dc6f66677194a8afe151646e1f"
Commit f364daf0 authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

change test name

parent cabd4d16
...@@ -1707,7 +1707,7 @@ class TestGIoU(test_case.TestCase): ...@@ -1707,7 +1707,7 @@ class TestGIoU(test_case.TestCase):
giou = self.execute(graph_fn, []) giou = self.execute(graph_fn, [])
self.assertAllClose(expected_giou_tensor, giou) self.assertAllClose(expected_giou_tensor, giou)
def test_giou_correlates_with_same_l1(self): def test_giou_different_with_l1_same(self):
expected_giou_tensor = [ expected_giou_tensor = [
2/3, 3/5 2/3, 3/5
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment