Reputation: 24462
I'm using tfjs (tensorflow.js) and I trained a model with some data.
My question:
How can I save the model I just trained and use it later in my app?
Upvotes: 2
Views: 2822
Reputation: 7336
Since version 0.11 tensorflow.js now has a tf.model.save() method currently being described under the loadModel section in the documentation. Found here
Upvotes: 3
Reputation: 425
Its'not available now but this featture is planned as they tell at f.a.q.
Upvotes: 1