Sujit-O / pykg2vec

Python library for knowledge graph embedding and representation learning.
MIT License
602 stars 109 forks source link

I have a KG file in the form of 3 columns Head, Tail and Relation. Now how should I go about loading this file into the model to generate embeddings and save those generated embeddings. By looking at the documentation I was only able to figure out that the dataset needs to be in the format of (head\trelation\ttail). But then after that which function should we be using to get and save those embeddings #215

Open binarybrain-009 opened 2 years ago

binarybrain-009 commented 2 years ago

Issue Template

First of all, thank you for finding the bugs. Please help us improve by providing the bug report as much as possible in the following format.

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Dependency (please complete the following information):

Additional context Add any other context about the problem here.