im follwing the transfer learning course of tensorflowjs on youtube. Im trying to make a model recognize some picture i upload. The problem is when i close window or reload, the model is load from scratch and the data it just learn lost. How to save the model after it “transfer learning” and load it when i access that page. (Im loading MobileNet from google for the first time). Thanks u guys !!!
Follwing the tensorflowjs course in youtube, i can train a model to recognize some image. But when reload the window, it is disposed and i have to retrain. (Im making a web to recognize user face, each user when login can register their face for some task)
ooolakaka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1