question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

append trained data to the existing model

See original GitHub issue

MEME

What is wrong?

Can`t save model.

Where does it happen?

In the a NeuralNetwork when trying to run a net in node.js on my win pc

How do we replicate the issue?

  1. get data from csv
  2. train
  3. save to file
  4. load from file
  5. predict

It`s OK. But if I want to continue training? How I can append trained data to the existing model?

How important is this (1-5)?

4

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
hvadymcommented, Oct 24, 2018

Please note: I did change the functions around a little but only to try and accentuate the api to help. I hope not to defamate any work.

soooo. Can you provide an example, how to append data to trained model? Thank you)

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Add New Data to a Pretrained Model in Scikit-learn
The second strategy provided by Scikit-learn to add new data to a pre-trained model is the use of the partial_fit() method. Not all...
Read more >
How to Update Neural Network Models With More Data
How to update trained neural network models with just new data or combinations of old and new data. How to create an ensemble...
Read more >
How do I add more training data to pre-trained deep learning net
Although it depends on the library you use, in TensorFlow you can import weights for an existing model and continue training on new...
Read more >
Adding new data to existing model - Advanced (Part 1 v3)
I am curious to know if it is possible to add new data category to already trained model. That is without invoking old...
Read more >
How to add training data to the model after initial training?
The short answer in your case (using the sklearn.linear_model.LinearRegression model) is no, it is not possible to add one or two more ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found