Closed dmhyun closed 7 years ago
Normally this is due to errors in the input data. Check the format of the tsv file.
Hi, Got the same issue, i checked the format of the tsv file, it's good:
1 1 positive j aime les et bien d autres encore yesvegan végétalien URL
Hi, I faced a run-time error while running sentiment specific word embedding code(dl-sentiwords.py).
I tried to run dl-sentiwords.py with some arguments. And The vocabulary and vector files are empty.
The error appears as follows:
If I change the number of rows in data file (data/train.tsv), the error is same with above case except last line of error.
I think the problem is that some code of training part access the last element of a list or an array with wrong index.
Could you please explain this problem?
Very thanks