Hi,
dl-sentiwords.py training.tsv --vocab SSWE_words.txt --vectorsSSWE_vectors.txt --variant word2vec --w 3 -e 50 --eps 10 --min-occur 10 --threads 30
My training set is a file of 1.5 million tweet, and the execution for 17h hours just moved by 1 or 2 epochs ?
Any ideas to make things little faster please ?
Regards.