CRNN-Keras
CRNN-Keras copied to clipboard
val_loss can not decrease
I faced some problem when I trained. At the beginning, both the loss and val_loss decreased step by step, but then only loss decreased val_loss frozen between 24 and 25. My trained data is 1922 and my tested data for evaluate is 213, their ratio is 9(9:1), I have no idea if it is enough for training, and I have no idea if it is the reason cause the problem.
It seems that it was overfitting.
Does anyone have the same problem?