2

I am training an AlexNet neural network, with about 12000 images which 80% is for training, 10% is for validation and another 10% is for testing. I have a problem in my plots. There is a big fluctuation in epoch 47, how can I have a smooth plot? What is the problem?

enter image description here

I tried to increase my validation data because the fluctuation was for validation loss. but nothing changed. I decreased learning rate, but it stucks in a local optimum.

nbro
  • 42,615
  • 12
  • 119
  • 217
SahaTib
  • 160
  • 1
  • 10

1 Answers1

0

I solved my problem with data augmentation and decreasing learning rate value and more epochs.

SahaTib
  • 160
  • 1
  • 10