JointRCM icon indicating copy to clipboard operation
JointRCM copied to clipboard

Files don't work

Open CS15B001 opened this issue 7 years ago • 0 comments

In the README, it says there is an object file called word word2vec_joint_lm, but no such file is generated when make is run.

Also, when word2vec_joint is run using the command given, it finishes execution in 10 seconds for whatever number of epochs, and I noted a line for (int ep = 0; ep < 1; ep++) which I am guessing should have been for (int ep = 0; ep < epochs; ep++). Can you please upload better-commented code? The code updated just has so many unnecessary comments inline and the assumptions like the above (which were probably made for testing) make it un-readable.

CS15B001 avatar Sep 30 '18 18:09 CS15B001