How to export the model with best weights #2110
Unanswered
CarlosNacher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
One question, perhaps is a Pytorch general doubt, when you model.to_onnx (or to_torch for example), the model you are exporting does use the best weights or the last ones? And when in Anomalib we use the export method of the Engine class, what happens? If the last ones, how should we act to export the best weights taking advantage of the Anomalib's methods?
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions