Search code examples
neural-networkcheckpoint

Neural Network checkpoints?


I am new to Neural Network and I dont know what exactly to search on google for solution,here is my problem ,if you kindly please let me know what I am looking for,

So I am working on a project where,it will have many contributors over time,and each contributor will write a new line on excel file and then run the code to train dataset, if want to ask is that ,is there a way to save a checkpoint so each time the code don't have to train the whole dataset and just continue to train the new entries instead of starting from zero.

Please let me know what exactly I should google.

Kind regards


Solution

  • "Continual learning without forgetting"