Relative Content

Tag Archive for reactjstensorflow.jstransfer-learning

How to save model and load model in ReactJS

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 !!!