We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2fcbd commit c8d571dCopy full SHA for c8d571d
demo-train-big-model-v1.sh
@@ -89,6 +89,7 @@ wget http://word2vec.googlecode.com/svn/trunk/word2vec.c
89
wget http://word2vec.googlecode.com/svn/trunk/word2phrase.c
90
wget http://word2vec.googlecode.com/svn/trunk/compute-accuracy.c
91
wget http://word2vec.googlecode.com/svn/trunk/questions-words.txt
92
+wget http://word2vec.googlecode.com/svn/trunk/questions-phrases.txt
93
gcc word2vec.c -o word2vec -lm -pthread -O3 -march=native -funroll-loops
94
gcc word2phrase.c -o word2phrase -lm -pthread -O3 -march=native -funroll-loops
95
gcc compute-accuracy.c -o compute-accuracy -lm -pthread -O3 -march=native -funroll-loops
0 commit comments