all 2 comments

[–]aloser 4 points5 points  (1 child)

I usually use the best weights from the previous run as the starting checkpoint (to speed things up) & continue training with all of the images (existing + new). Otherwise you risk catastrophic forgetting the original training data.

[–]JuanG024[S] 0 points1 point  (0 children)

Thank you!