Skip to content

broliang/HRGAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HRGAT

The code for hyper-node relational graph attention network

requirement

torch == 1.7.0, dgl == 0.4.2, sentence-bert

Train Model

To start a simple training process:

python run.py --data FB15k-237 --text --img --attr
  • --model denotes the link prediction score score function
  • --gpu for specifying the GPU to use
  • --epoch for number of epochs
  • --batch for batch size
  • --text for text information
  • --img for batch information
  • --attr for batch information
  • Rest of the arguments can be listed using python run.py -h

About

The code for hyper-node relational graph attention network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages