Skip to content

Commit

Permalink
Add TorchScript test file (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Apr 19, 2024
1 parent 3ad6ae3 commit d3780cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -5873,6 +5873,14 @@
"format": "TorchScript v1.6",
"link": "https://github.com/lutzroeder/netron/issues/827"
},
{
"type": "pytorch",
"target": "yolox_m.torchscript.pt",
"source": "https://github.com/lutzroeder/netron/files/15031984/yolox_m.torchscript.pt.zip[yolox_m.torchscript.pt]",
"format": "TorchScript v1.5",
"error": "ValueError: not enough values to unpack (expected 3, actual 1).",
"link": "https://github.com/lutzroeder/netron/issues/842"
},
{
"type": "pytorch",
"target": "yolo4_tiny.pt",
Expand Down

0 comments on commit d3780cf

Please sign in to comment.