You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now model is overfitting by huge margin, we need to investigate why and look for the solutions.
Right direction for solutions would be:
-Instead of re-training only last layer, retrain more layers.
-Add dropout ?
-Batch normalization ?
Some feature engineering ?
More data ?
Data augmentation ?
The text was updated successfully, but these errors were encountered:
Right now model is overfitting by huge margin, we need to investigate why and look for the solutions.
Right direction for solutions would be:
-Instead of re-training only last layer, retrain more layers.
-Add dropout ?
-Batch normalization ?
The text was updated successfully, but these errors were encountered: