Skip to content
New issue

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

slightly optimized word2vec #23

Open
GoogleCodeExporter opened this issue Apr 19, 2015 · 0 comments
Open

slightly optimized word2vec #23

GoogleCodeExporter opened this issue Apr 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Original:
Starting training using file text8
Vocab size: 71291
Words in train file: 16718843
Alpha: 0.000005  Progress: 100.10%  Words/thread/sec: 53.22k 
real    51m5.959s
user    78m27.464s
sys     0m17.319s

Optimized:
Starting training using file text8
Vocab size: 71291
Words in train file: 16718843
Alpha: 0.000005  Progress: 100.10%  Words/thread/sec: 58.15k 
real    45m47.814s
user    71m50.251s
sys     0m13.984s

VM with openSUSE 12.3 AMD64
gcc (SUSE Linux) 4.7.2 20130108 [gcc-4_7-branch revision 195012]
2 cores by AMD Phenom(tm) II X4 925 Processor:

Original issue reported on code.google.com by rssdev10@gmail.com on 30 Nov 2014 at 12:49

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant