Skip to content

Commit

Permalink
Enable yolov5ts unittest for ONNX exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Jan 19, 2022
1 parent 3485ea1 commit f1626c2
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 @@ -110,7 +110,7 @@ def get_test_images(self):
[
("yolov5s", "r3.1"),
("yolov5m", "r4.0"),
# ("yolov5ts", "r4.0"),
("yolov5ts", "r4.0"),
],
)
def test_yolort_export_onnx(self, arch, upstream_version):
Expand Down

0 comments on commit f1626c2

Please sign in to comment.