v0.5.1-alpha
teddylfwu
released this
30 Sep 16:52
·
199 commits
to master
since this release
- Lint the codes
- Support testing with users' own data
- Fix the bug: The word embedding size was hard-coded in the 0.4.1 version. Now it is equal to "word_emb_size" parameter.
- Fix the bug: The build_vocab() is called twice in the 0.4.1 version.
- Fix the bug: The two main files of knowledge graph completion example missed the optional parameter "kg_graph" in ranking_and_hits() when resuming training the model.
- Fix the bug: We have fixed the preprocessing path error in KGC readme.
- Fix the bug: We have fixed embedding construction bug when setting emb_strategy to 'w2v'.