Is it overfitting?

Viewed 33

I am trying to do a video classification project by using 3DCNN and I plotted the loss curves & accuracy curves. I have some questions.

  1. i'm using kfold Cross validation. Should i save the parameters after every fold and choose the best one?
  2. how to reduce the loss?
  3. is it overfitting?

one of the fold

loss

accuracy

another fold

accuracy

loss

0 Answers
Related