Skip to content

Commit 5898669

Browse files
committed
add results
1 parent 94f4e94 commit 5898669

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ python setup.py install
4646

4747
| attr | 1 workers (gensim) | 2 workers (gensim) | 4 workers (gensim) | 8 workers (gensim) | NVIDIA T4 (cusim) |
4848
|:--------------------|---------------------:|---------------------:|---------------------:|---------------------:|--------------------:|
49-
| training time (sec) | 586.545 | 340.489 | 220.804 | 146.23 | 33.9173 |
50-
| pearson | 0.354448 | 0.353952 | 0.352398 | 0.352925 | 0.342999 |
51-
| spearman | 0.369146 | 0.369365 | 0.370565 | 0.365822 | 0.339781 |
49+
| training time (sec) | 586.545 | 340.489 | 220.804 | 146.23 | **33.9173** |
50+
| pearson | 0.354448 | 0.353952 | 0.352398 | 0.352925 | **0.360436** |
51+
| spearman | 0.369146 | 0.369365 | **0.370565** | 0.365822 | 0.355204 |
5252

5353
- W2V (CBOW, hierarchical softmax)
5454

@@ -70,7 +70,7 @@ python setup.py install
7070
- I found that setting `workers` variable in gensim LdaMulticore does not work properly (it uses all cores in instance anyway), so I just compared the speed between cusim with single GPU and gensim with 8 vcpus.
7171
- One can compare the quality of modeling by looking at `examples/cusim.topics.txt` and `examples/gensim.topics.txt`.
7272

73-
| attr | gensim (8 vpus) | cusim |
73+
| attr | gensim (8 vpus) | cusim (NVIDIA T4)|
7474
|:--------------------|------------------:|--------:|
7575
| training time (sec) | 447.376 | **76.6972** |
7676

0 commit comments

Comments
 (0)