Replies: 1 comment 13 replies
-
All nemo models have a method to save the model as a nemo file which you may call by model.save_to(PATH). |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've been working with the punctuation and capitalization model, and training it on french data. After training the model and arriving at a checkpoint, what is the process of exporting the model so I can use it in my application?
model.save
doesn't exist on this model (I get an error telling me that), I've saved the all the fiels in the nemo_experiments folder but I can't find any documentation on how to convert.ckpt
files to a model.Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions