Closed Serge-weihao closed 4 years ago
@Serge-weihao Early-stopping is to prevent the model overfitting to the source dataset, which is widely-used in previous works. You may check the https://github.com/RoyalVane/CLAN
does it mean the process after 25000th is useless?
@Serge-weihao Yes. You may skip the training.
why you train your model in stage 1 and 3 with 100000 iterations, but choose 25000th iteration for finetunning and final evaluation?