Skip to content

Commit 330c98d

Browse files
author
tmikolov
committed
Bug fix - added questions-phrases.txt
1 parent 02c556d commit 330c98d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo-train-big-model-v1.sh

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ wget http://word2vec.googlecode.com/svn/trunk/word2vec.c
8989
wget http://word2vec.googlecode.com/svn/trunk/word2phrase.c
9090
wget http://word2vec.googlecode.com/svn/trunk/compute-accuracy.c
9191
wget http://word2vec.googlecode.com/svn/trunk/questions-words.txt
92+
wget http://word2vec.googlecode.com/svn/trunk/questions-phrases.txt
9293
gcc word2vec.c -o word2vec -lm -pthread -O3 -march=native -funroll-loops
9394
gcc word2phrase.c -o word2phrase -lm -pthread -O3 -march=native -funroll-loops
9495
gcc compute-accuracy.c -o compute-accuracy -lm -pthread -O3 -march=native -funroll-loops

0 commit comments

Comments
 (0)