Merge branch 'master' of https://github.com/Microsoft/distributed_skipgram_mixture
This commit is contained in:
Коммит
72d5f92c10
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ THIRD_PARTY_LIB = $(MULTIVERSO_DIR)/third_party/lib
|
|||
|
||||
INC_FLAGS = -I$(MULTIVERSO_INC)
|
||||
LD_FLAGS = -L$(MULTIVERSO_LIB) -lmultiverso
|
||||
LD_FLAGS += -L$(THIRD_PARTY_LIB) -lzmq -lmpi -lmpl
|
||||
LD_FLAGS += -L$(THIRD_PARTY_LIB) -lzmq -lmpich -lmpl
|
||||
|
||||
WORD_EMBEDDING_HEADERS = $(shell find $(PROJECT)/src -type f -name "*.h")
|
||||
WORD_EMBEDDING_SRC = $(shell find $(PROJECT)/src -type f -name "*.cpp")
|
||||
|
|
|
@ -3,7 +3,7 @@ Distributed Multisense Word Embedding
|
|||
|
||||
The Distributed Multisense Word Embedding(DMWE) tool is a parallelization of the Skip-Gram Mixture [1] algorithm on top of the DMTK parameter server. It provides an efficient "scaling to industry size" solution for multi sense word embedding.
|
||||
|
||||
For more details, please view our website http://ms-dmtk.azurewebsites.net/word2vec_multi.html.
|
||||
For more details, please view our website [http://www.dmtk.io](http://www.dmtk.io)
|
||||
|
||||
Download
|
||||
----------
|
||||
|
@ -14,7 +14,7 @@ Build
|
|||
|
||||
**Prerequisite**
|
||||
|
||||
DMWE is built on top of the DMTK parameter sever, therefore please download and build DMTK first (http://ms-dmtk.azurewebsites.net/multiverso_doc.html).
|
||||
DMWE is built on top of the DMTK parameter sever, therefore please download and build DMTK first (https://github.com/Microsoft/multiverso).
|
||||
|
||||
**For Windows**
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче