| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-09-27 | 588 Bytes | |
| v0.5.1-alpha source code.tar.gz | 2021-09-27 | 84.2 MB | |
| v0.5.1-alpha source code.zip | 2021-09-27 | 84.7 MB | |
| Totals: 3 Items | 169.0 MB | 0 | |
- 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'.