Skip to content
forked from awslabs/dgl-ke

I had to modify the original version since I was facing issues in downloading and using it.

License

Notifications You must be signed in to change notification settings

FMagnani/dgl-ke

 
 

Repository files navigation

This version is not official.

Conda always installed the stable version, even if I was asking for the latest!!!
Therefore, I had to manually download the latest into my local directory.

Anyway, it still gave me problems... maybe, being the latest, it had some bugs.
In any case, since the problematic code was related to things that I did not need at the time (in particular: built-in datasets), I simply DELETED it.

If you really need the code related to the built-in datasets (as FB15k-237, FB15K, wiki-something etc) you have two possibilities:
1- Download them separately and then process them as external datasets (some additional work is needed in this case)
2- Try to download the latest version and use it (maybe, at the time you are reading this message, all works well finally)
In particular, I had these problems in March 2022. You can check if the repo has been updated in the meanwhile.

How to install this version

For my pc the following works (You can change the name of the env in the first line of environment.yml):
conda env create -f environment.yml conda activate NAME
git clone https://github.com/FMagnani/dgl-ke.git
cd dgl-ke/python
python3 setup.py install

About

I had to modify the original version since I was facing issues in downloading and using it.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.0%
  • Jupyter Notebook 8.3%
  • Shell 3.7%