This file contains hidden or 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
from pykeen.training import SLCWATrainingLoop | |
from pykeen.datasets import get_dataset | |
from pykeen.nn.representation import TextRepresentation | |
from pykeen.models import ERModel | |
from pykeen.pipeline import pipeline | |
from torch.optim import Adam | |