You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Train a model and inference with engine.predict() gives the correct pred_score, then exporting models in torch, openvino and ONNX, all three give the same wrong pred_score (always higher).
I expect results of the exported models to be equal to the lightning one.
Describe the bug
Train a model and inference with
engine.predict()
gives the correct pred_score, then exporting models in torch, openvino and ONNX, all three give the same wrong pred_score (always higher).I expect results of the exported models to be equal to the lightning one.
Train code
Inference code
Dataset
Other (please specify in the text field below)
Model
PatchCore
Steps to reproduce the behavior
see above
OS information
OS information:
Expected behavior
I expect results of the exported models to be equal to the lightning one.
Screenshots
No response
Pip/GitHub
pip
What version/branch did you use?
2.0.0
Configuration YAML
.
Logs
.
Code of Conduct
The text was updated successfully, but these errors were encountered: