- 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.
- torch 1.13.1
- dgl 0.9.1.post1
- torch-geometric 2.2.0
- 24 GB NVIDIA GeForce RTX 3090 GPU
- 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
- python inference.py -d ACM
- python inference.py -d IMDB
- python inference.py -d OPPO