-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #255 from torchkge-team/develop
Develop
- Loading branch information
Showing
7 changed files
with
92 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.17.6 | ||
current_version = 0.17.7 | ||
commit = True | ||
tag = True | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
__author__ = """Armand Boschin""" | ||
__email__ = '[email protected]' | ||
__version__ = '0.17.6' | ||
__version__ = '0.17.7' | ||
|
||
from torchkge.exceptions import NotYetEvaluatedError | ||
from torchkge.utils import MarginLoss, LogisticLoss | ||
|
@@ -13,5 +13,5 @@ | |
from .evaluation import LinkPredictionEvaluator | ||
from .evaluation import TripletClassificationEvaluator | ||
from .models import ConvKBModel | ||
from .models import RESCALModel, DistMultModel | ||
from .models import TransEModel, TransHModel, TransRModel, TransDModel | ||
from .models import RESCALModel, DistMultModel, HolEModel, ComplExModel, AnalogyModel | ||
from .models import TransEModel, TransHModel, TransRModel, TransDModel, TorusEModel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters