Skip to content

Commit

Permalink
Rename to test_yolort_export_onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Aug 25, 2021
1 parent a123bc5 commit 2a1d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def get_test_images(self) -> Tuple[List[Tensor], List[Tensor]]:
('yolov5m', 'r4.0'),
('yolotr', 'r4.0'),
])
def test_yolov5s_r31(self, arch, upstream_version):
def test_yolort_export_onnx(self, arch, upstream_version):
images_one, images_two = self.get_test_images()
images_dummy = [torch.ones(3, 100, 100) * 0.3]

Expand Down

0 comments on commit 2a1d997

Please sign in to comment.