You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,14 @@ python setup.py install
24
24
25
25
### How to use
26
26
27
-
-`examples/example1.py` and `examples/README.md` will be very helpful to understand the usage.
27
+
-`examples/example_w2v.py`, `examples/example_lda.py` and `examples/README.md` will be very helpful to understand the usage.
28
28
- paremeter description can be seen in `cusim/proto/config.proto`
29
29
30
30
### Performance
31
+
32
+
33
+
### Future tasks
34
+
35
+
- support half precision
36
+
- support multi device (multi device implementation on LDA model will not be that hard, while multi device training on w2v may require some considerations)
37
+
- implement other models such as FastText, BERT, etc
0 commit comments