Tong Wang

Results 1 comments of Tong Wang

I think in file word2vec.py line 37 it should NOT be “optim.SGD(model.parameters(),lr=0.2)” but "SGA"(However, pytorch have not SGA) So, the solution is flipping the sign of objective function.