Skip to content

Aazeb/ComplexGCN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PyTorch implementation of ComplexGCN:

Running a model

 CUDA_VISIBLE_DEVICES=1 python complexgcn.py -model_name complexgcn -dataset FB15k-237 
 CUDA_VISIBLE_DEVICES=1 python complexgcn.py -model_name complexgcn -dataset WN18RR -lr 0.0003 -dim 400 -drop1 0.3 -drop2 0.3 -drop3 0.3

For ablated model on FB15k-237, set -model_name ablated

Unzip data.zip

#Required packages:

Python     3.7.6
numpy      1.19.2
pytorch    1.8.1

Acknowledgment: The code is based on https://github.com/tkipf/pygcn, https://github.com/ibalazevic/TuckER, https://github.com/TimDettmers/ConvE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages