Closed mfsatya closed 5 years ago
I tried using your code for lemmatization, my problem is i can't save the model so i dont have to re train whenever i predict new data. can you show us how to save the model? thank you.
Everything is Tensorflow, so if you follow steps inside Tensorflow documentation, https://www.tensorflow.org/guide/saved_model, everything should solve as expected.
I tried using your code for lemmatization, my problem is i can't save the model so i dont have to re train whenever i predict new data. can you show us how to save the model? thank you.