diff --git a/source/onnx.js b/source/onnx.js index 9d51e4b5aa..296db140fd 100644 --- a/source/onnx.js +++ b/source/onnx.js @@ -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'); } }; diff --git a/test/models.json b/test/models.json index 649eff0532..4a5ef2f9b6 100644 --- a/test/models.json +++ b/test/models.json @@ -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" },