Skip to content

Code for "Searching to Extrapolate Embedding for Out-of-graph Node Representation Learning"

Notifications You must be signed in to change notification settings

zgs0314/S2E-OOG

Repository files navigation

S2E-OOG

  • Code for "Searching to Extrapolate Embedding for Out-of-graph Node Representation Learning"
  • Our dataset is in the link, please put that dataset folder in current path.

方法示意图

Environment configuration (for reference)

  • torch 1.13.1
  • dgl 0.9.1.post1
  • torch-geometric 2.2.0

GPU setting (for reference)

  • 24 GB NVIDIA GeForce RTX 3090 GPU

Run codes for training

  • python main.py -d ACM -e 30 -t 2
  • python main.py -d IMDB -e 20 -t 2
  • python main.py -d OPPO -e 50 -t 3

Run codes for inference

  • python inference.py -d ACM
  • python inference.py -d IMDB
  • python inference.py -d OPPO

About

Code for "Searching to Extrapolate Embedding for Out-of-graph Node Representation Learning"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages