ItalianPizza91 t1_iwblluq wrote on November 14, 2022 at 1:00 PM Reply to [P] Need help with this CNN transfer learning problem by Tiny-Mud6713 If the training loss decreases and validation loss stays the same, this is usually a sign of overfitting. The usual steps I take to avoid this: - use a dropout layer - add data augmentations - get more data Permalink 16
ItalianPizza91 t1_iwblluq wrote
Reply to [P] Need help with this CNN transfer learning problem by Tiny-Mud6713
If the training loss decreases and validation loss stays the same, this is usually a sign of overfitting. The usual steps I take to avoid this:
-
use a dropout layer- add data augmentations
- get more data