Browser-Sentiment-Classification
Browser-Sentiment-Classification copied to clipboard
Unable to train the model.
I'm getting this error when trying to train the model.
Could you post the versions of keras, TensorFlow and python you have ?
Tensorflow = 1.7.0 keras = 2.1.5 Python = 2.7
Try with python = 3.5
same error with python 3.5
I have the same indeed, from Jupyther notebook as well...
I am also facing the same problem
I am also facing the same problem
The output labels that we have are contained in 'y_train' which is a list. Convert the 'y_train' list into a numpy array and feed that array while fitting the model.