Skip to content

Commit

Permalink
Update ONNX test file (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Sep 29, 2024
1 parent d168752 commit aac35a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/onnx.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ onnx.ModelFactory = class {
}

filter(context, type) {
return context.type !== 'onnx.proto' || type !== 'onnx.data';
return context.type !== 'onnx.proto' || (type !== 'onnx.data' && type !== 'graphviz.dot');
}
};

Expand Down
2 changes: 1 addition & 1 deletion test/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -3942,7 +3942,7 @@
{
"type": "onnx",
"target": "EfficientDet-d0.onnx.zip",
"source": "https://github.com/lutzroeder/netron/files/7786937/EfficientDet-d0.onnx.zip",
"source": "https://github.com/user-attachments/files/17180063/EfficientDet-d0.onnx.zip",
"format": "ONNX v6",
"link": "https://github.com/lutzroeder/netron/issues/589"
},
Expand Down

0 comments on commit aac35a6

Please sign in to comment.