Saving a trained model #134
danilmezor
started this conversation in
General
Replies: 1 comment
-
Hi @danilmezor, Have you tried using the pretrained and predict_fn arguments to the model() function? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
Is there a way to save a trained model(s)?
I been trying to find a solution but it seems like ModelTrainer uses custom wrappers and I cant access models functions like predict or anything else. Even if I try to pass trained models into training function and use it later, it gives me an error.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions