We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
mkdir example2 cp ???/cooccurance.txt example2/train.ratings cp ???/cooccurance.txt example2/test.ratings edit example2/mata wc -l train.ratings (#lines in train.ratings = nonzero of matrix) find max row and column values
./converter example2
./omp-pmf-train -s 11 -n 12 -f 1 -k 20 example (make sure it writes embedings)
cut -f 1 -d ' ' vocab.txt > words (give you all the words) paste words example.model > pmf_embedding
eval ...
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: