I have trained a model on about 2000 images (10000 steps). At this point I have created 1500 more images that I would like to train the model on.
Should I include these new images with the previous 2000 images and then train the model on the total of 3500 images. Or, should I train the model only on the new images? What is the best practice here in order to improve accuracy?
Thanks for any guidance!