The code for hyper-node relational graph attention network
torch == 1.7.0, dgl == 0.4.2, sentence-bert
To start a simple training process:
python run.py --data FB15k-237 --text --img --attr--modeldenotes the link prediction score score function--gpufor specifying the GPU to use--epochfor number of epochs--batchfor batch size--textfor text information--imgfor batch information--attrfor batch information- Rest of the arguments can be listed using
python run.py -h