Skip to content

Releases: torchkge-team/torchkge

Patch release

29 May 09:56
Compare
Choose a tag to compare
v0.16.3

Bump version: 0.16.2 → 0.16.3

Add data redundancy tools

29 May 09:48
Compare
Choose a tag to compare

Adds data redundancy tools for duplicate, reverse duplicate and cartesian product relations. See 2020 paper by Akrami et al. for details.

Minor patch and new datasets

28 May 17:04
Compare
Choose a tag to compare
  • Patch a minor bug in imports
  • Add dataset loaders for WN18RR and YAGO3-10

API redefinition and performance improvement

05 May 09:30
e4874be
Compare
Choose a tag to compare
  • Redefinition of the models' API (simplified interfaces, renamed LP methods and added get_embeddings method)
  • Implementation of the new API for all models
  • TorusE implementation fixed
  • TransD reimplementation to avoid matmul usage (costly in back-propagation)
  • Bilinear models performances improved by avoiding matmul usage
  • Addition of feature to negative samplers to generate several negative samples from each fact. Those can be fed directly to
    the models.
  • Addition some wrappers for training to utils module.
  • Progress bars now make the most of tqdm's possibilities
  • Code reformatting
  • Docstrings update

Minor patch

23 Apr 16:40
1ca52e7
Compare
Choose a tag to compare
  • Defined a new class for DataLoader (simpler than the PyTorch one).
  • Switched to the use of this class in the various parts of the code.

Minor patch

22 Apr 17:56
f33cc5c
Compare
Choose a tag to compare
  • Removed the use of torch DataLoader object

Added a method to print results in link prediction evaluator.

02 Apr 13:42
Compare
Choose a tag to compare
v0.15.3

Merge branch 'master' of github.com:torchkge-team/torchkge

Fixed a misfit test.

01 Apr 11:50
Compare
Choose a tag to compare
v0.15.2

Bump version: 0.15.1 → 0.15.2

Cleared the definition of rank in link prediction.

01 Apr 10:39
Compare
Choose a tag to compare
v0.15.1

Merge branch 'master' of github.com:torchkge-team/torchkge

Improved the use of tqdm progress bars.

01 Apr 09:44
ceca045
Compare
Choose a tag to compare
Merge pull request #128 from torchkge-team/develop

Improved use of tqdm progress bars