We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a64aad commit 94d8c5aCopy full SHA for 94d8c5a
deep_emotion_recognition.py
@@ -90,7 +90,7 @@ def __init__(self, **kwargs):
90
91
# training attributes
92
self.batch_size = kwargs.get("batch_size", 64)
93
- self.epochs = kwargs.get("epochs", 1000)
+ self.epochs = kwargs.get("epochs", 500)
94
95
# the name of the model
96
self.model_name = ""
0 commit comments