-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dl-sentiwords throws error "IndexError: index 1 is out of bounds for axis 0 with size 1" #50
Comments
The issue is solved because I was working on a very huge TSV file , so I have tried to split it into parts and then the error is solved. |
Hi! I am training the Sentiment Specific embedding. At the end of each epoch, I have got a message like this:
The accuracy remains always zero, no matter the number of epochs. Thank you! :) |
Hi !
|
Thank you!! |
@AzizCode92 |
Halo! Have you successfully installed deepnl? Where do you install it? windows, linux or mac? |
Hi all ,
When I use
dl-sentiwords.py trained1.tsv --vocab words.txt --vectors vectors.txt
I got this errortrained1.tsv is a file with the follwing format :
I have obtained the tsv file by transforming a huge dataset of tweets into a tsv and by making some transformation to the columns so that it suits the format mentioned above.
For further details about my code here is the https://github.com/AzizCode92/text_mining_project/blob/master/csv_tsv.py
The text was updated successfully, but these errors were encountered: