6 lines
159 B
Python
6 lines
159 B
Python
"""Torch modules for link prediction/knowledge graph completion."""
|
|
|
|
from .edgepred import EdgePredictor
|
|
from .transe import TransE
|
|
from .transr import TransR
|