copynet icon indicating copy to clipboard operation
copynet copied to clipboard

Why is my loss in the verification set going up but my loss in the training set going down

Open 826zhanji opened this issue 4 years ago • 2 comments

excuse me,after i run your code in my dataset,i found the va_loss is going up ,but train loss is going down.so So,Have you ever encountered this situation when working with your own data set. Thanks for sharing

826zhanji avatar Nov 08 '19 07:11 826zhanji

It seems that you're overfitting on your train set. Either add regularization or do early stopping. There are lots of other ways to prevent overfitting as well.

Akhila-Yerukola avatar Feb 26 '20 22:02 Akhila-Yerukola

excuse me,after i run your code in my dataset,i found the va_loss is going up ,but train loss is going down.so So,Have you ever encountered this situation when working with your own data set. Thanks for sharing

hi! i wonder if the task of implement is for text summarization? could you share a toy_dataset so that i can make my own dataset? just an data example? thanks

zhhhzhang avatar Aug 03 '20 13:08 zhhhzhang