Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
word2vec
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
35
Issues
35
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DESHPANDE SRIJAY PARAG
word2vec
Commits
330c98d0
Commit
330c98d0
authored
Sep 15, 2014
by
tmikolov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix - added questions-phrases.txt
parent
02c556d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
demo-train-big-model-v1.sh
demo-train-big-model-v1.sh
+1
-0
No files found.
demo-train-big-model-v1.sh
View file @
330c98d0
...
...
@@ -89,6 +89,7 @@ wget http://word2vec.googlecode.com/svn/trunk/word2vec.c
wget http://word2vec.googlecode.com/svn/trunk/word2phrase.c
wget http://word2vec.googlecode.com/svn/trunk/compute-accuracy.c
wget http://word2vec.googlecode.com/svn/trunk/questions-words.txt
wget http://word2vec.googlecode.com/svn/trunk/questions-phrases.txt
gcc word2vec.c
-o
word2vec
-lm
-pthread
-O3
-march
=
native
-funroll-loops
gcc word2phrase.c
-o
word2phrase
-lm
-pthread
-O3
-march
=
native
-funroll-loops
gcc compute-accuracy.c
-o
compute-accuracy
-lm
-pthread
-O3
-march
=
native
-funroll-loops
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment