About Validation Loss

Im wondering if there’s any thing wrong while im calculating the “Validation Loss”
It seems to be a lit bit weird

Just from looking at the loss graphs you posted, it looks like your model is overfitting. What are the hyperparameters of your model ?

@krishnavishalv I’m training on the Res101 Structure with lr=0.0001. Overfitting also popped out from my mind when seeing this kinda curve but I don’t feel like it’ll overfit that fast. That’s why I’m wondering if i’m implementing the validation loss in the wrong way