phucdoitoan

Results 3 issues of phucdoitoan

It is not an issue. I just want to ask why do you use running_loss = running_loss*0.9 + loss.item()*0.1 for monitoring the loss during training? Do you have any special...

Hi, I try to figure out the role of vocabulary_counts in skipgram.py, but it seems that the variable self.vocabulary_counts does not have any effect on the codes. In the Word2Vec...

Hi, Thank you for the useful github code. When I run the code in preprocess_dump.py to process the lastest wikidata dump (as of April 16) with 28 processes, I got...