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
I would like to optimize my models for inference using the built-in method. However, I don't understand how to save it in a good way. All examples I saw optimize the model on-the-fly, before starting inference, which seems very unoptimized. I would like to have an optimized version to directly share it and use as-is, is it possible ?