Commit
·
1a774fa
1
Parent(s):
754acd6
Update README.md
Browse files
README.md
CHANGED
@@ -31,3 +31,8 @@ Files :
|
|
31 |
**Final Review :**
|
32 |
* The model has just memorized/overfitted on the data and is not working good on the samples outside the training data.
|
33 |
* Also looks like it has changed the base model weights by too much (catastrophic forgetting).
|
|
|
|
|
|
|
|
|
|
|
|
31 |
**Final Review :**
|
32 |
* The model has just memorized/overfitted on the data and is not working good on the samples outside the training data.
|
33 |
* Also looks like it has changed the base model weights by too much (catastrophic forgetting).
|
34 |
+
* Similar problems with the Epoch 6 model as well.
|
35 |
+
* Epoch 2 model couldn't find middle ground and not performing well on training data and not on new data as well and increasing just the Epochs is leading to memorization as stated above.
|
36 |
+
|
37 |
+
**Conclusion :**
|
38 |
+
* Need more quality data for the model to really learn the patterns. Increasing just the epochs with less data only leads to overfitting.
|