Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.16k stars 250 forks source link

Transfer learning: import of external embeddings for a subset of entities #196

Closed prizzi closed 4 years ago

prizzi commented 4 years ago

Background and Context Import external embeddings for a subset of the entities Description Allow transfer learning from external embeddings. The embeddings could be used to initialise the KG embeddings or could be made immutable, in the latter case only the remaining entities of the graph and the relations would be optimised.

sumitpai commented 4 years ago

Fixed by #205