Skip to content Skip to sidebar Skip to footer

Save Model Wrapped In Keras

Sorry for my naive question but I am trying to save my keras model () in which I use TFBertModel() function as an hidden layer. To do that I use the save() function provided by the

Solution 1:

Can't really answer you without seeing the code, but you should probably look here:

https://towardsdatascience.com/text-classification-with-hugging-face-transformers-in-tensorflow-2-without-tears-ee50e4f3e7ed

Post a Comment for "Save Model Wrapped In Keras"