Hi all! I’m stuck on this assignment since the past two days and I’m officially out of ideas!
Task -
For this assignment you will be using a variation of the Sentiment140 dataset, which contains 1.6 million tweets alongside their respective sentiment (0 for negative and 4 for positive).
- Plotted the val loss value, and it’s the desired value!
- I’m getting no errors in the code.
But the submission is failing. I keep getting the following error -
all the input array dimensions for the concatenation axis must match exactly, but along dimension 1, the array at index 0 has size 20 and the array at index 1 has size 50
I can’t find this particular array anywhere. Any suggestions?