JointRCM
JointRCM copied to clipboard
Files don't work
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.