Shape of the validation loss

Hi all,

I am trying to understand if the validation loss should decrease constantly or can have the shape I am having in this case. I wonder because the validation accuracy does grow constantly as expected.

Scenario

Resnet56 trained on CIFAR10.
Optimizer = SGD
LR = 0.1 and decreasing to 0.01 and 0.001 at epochs 100 and 150 respectively.
Weight decay = 1e-4
Momentum = 0.9
Data augmentation according to the paper.

Training loss
00_ResNet56_train_loss
Validation loss
01_ResNet56_valid_loss
Training accuracy
02_ResNet56_train_accuracy
Validation accuracy
03_ResNet56_valid_accuracy