I readed this post and i get a little understanding of how to interpret
loss: 0.1350 - accuracy: 0.7074 - val_loss: 0.1711 - val_accuracy: 0.5299
but in my case loss decreases and accuracy increases but val_loss and val_accuracy just stay in the same range:
val_loss goes from 0.1511 to 0.2011
val_accuracy goes from 0.4011 to 0.7011
what does this means?