ray1007 / pytorch-word2vec

41 stars 9 forks source link

Filling zero after `optimizer.step()` #4

Open ray1007 opened 6 years ago

ray1007 commented 6 years ago

Once the bug in pytorch is fixed, I'll remove this line.

The bug is described in pytorch forum and reported in github.

ssnl commented 6 years ago

FYI, it is fixed today. But it is only fixed on master.

ray1007 commented 6 years ago

Thanks! I'll fix this after a pip version is released. :)

Tzu-Ray

luffycodes commented 4 years ago

hello, i was wondering if the issue is fixed ?

thank you for the code :)