We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b484bd commit ea528c1Copy full SHA for ea528c1
onnx_diagnostic/torch_export_patches/eval/__init__.py
@@ -488,7 +488,7 @@ def _compares_on_one_example(
488
disc.update(
489
dict(
490
success=1 if disc["abs"] < 0.1 else 0,
491
- model_cls=model.__class__,
+ model_cls=model.__class__, # type: ignore[dict-item]
492
exported=mod, # type: ignore[dict-item]
493
)
494
0 commit comments