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
We need a class that is initialized by a pre-trained model.
This class will have a predict function, which returns the predicted emotion by our model when given a numpy array of the same size as the dataset used to train the model.
We need a class that is initialized by a pre-trained model.
This class will have a predict function, which returns the predicted emotion by our model when given a numpy array of the same size as the dataset used to train the model.