How tile data can reduce the number of training epochs?

Hi @Jinyan_Liu,

Check this out. It gives you a reason why we wanted to do that.

Note that copying data does NOT replace getting new data. If you want to combat overfitting, you need to find new data.

Raymond