theeluwin / pytorch-sgns

Skipgram Negative Sampling implemented in PyTorch
MIT License
302 stars 59 forks source link

Fix misspelling when checking cuda availbility #2

Closed heartcored98 closed 6 years ago

heartcored98 commented 6 years ago

Hi, While I try to understand the model part, I think I found some misspelling. I think we should have to check the cuda availability for ovectors.weight

theeluwin commented 6 years ago

OMG thank you!!

heartcored98 commented 6 years ago

You're welcome! I really appreciate your project. This one is the best repository I ever seen implementing skipgram with all other features!