|
13 | 13 |
|
14 | 14 | Original PyTorch implementation of [GraphAny].
|
15 | 15 |
|
16 |
| -Authored by [Jianan Zhao], [Hesham Mostafa], [Michael Galkin], [Michael Bronstein], |
| 16 | +Authored by [Jianan Zhao], [Hesham Mostafa], [Mikhail Galkin], [Michael Bronstein], |
17 | 17 | [Zhaocheng Zhu], and [Jian Tang].
|
18 | 18 |
|
19 | 19 | [Jianan Zhao]: https://andyjzhao.github.io/
|
20 | 20 | [Hesham Mostafa]: https://www.linkedin.com/in/hesham-mostafa-79ba93237
|
21 | 21 | [Zhaocheng Zhu]: https://kiddozhu.github.io
|
22 |
| -[Michael Galkin]: https://migalkin.github.io/ |
| 22 | +[Mikhail Galkin]: https://migalkin.github.io/ |
23 | 23 | [Michael Bronstein]: https://www.cs.ox.ac.uk/people/michael.bronstein/
|
24 | 24 | [Jian Tang]: https://jian-tang.com/
|
25 | 25 | [GraphAny]: https://github.com/AndyJZhao/GraphAny
|
26 | 26 |
|
27 |
| -Links to be updated later. |
28 |
| - |
29 | 27 | ## Overview ##
|
30 | 28 |
|
31 | 29 | 
|
@@ -118,7 +116,7 @@ This step is necessary only if you are not using our pre-processed data. If you
|
118 | 116 | choose to use our provided datasets, you can skip this step and proceed directly to
|
119 | 117 | Step 3.
|
120 | 118 |
|
121 |
| -**Step 3**: Inference using pre-trained model using command: |
| 119 | +**Step 3**: Run inference with pre-trained model using command: |
122 | 120 |
|
123 | 121 | ```bash
|
124 | 122 | python graphany/run.py prev_ckpt=checkpoints/graph_any_arxiv.pt total_steps=0 dataset=CoraCiteInference
|
@@ -382,7 +380,7 @@ If you find this codebase useful in your research, please cite the paper.
|
382 | 380 | ```bibtex
|
383 | 381 | @article{zhao2024graphany,
|
384 | 382 | title={GraphAny: A Foundation Model for Node Classification on Any Graph},
|
385 |
| - author={Jianan Zhao and Hesham Mostafa and Michael Galkin and Michael Bronstein and Zhaocheng Zhu and Jian Tang}, |
| 383 | + author={Jianan Zhao and Hesham Mostafa and Mikhail Galkin and Michael Bronstein and Zhaocheng Zhu and Jian Tang}, |
386 | 384 | year={2024},
|
387 | 385 | eprint={2405.20445},
|
388 | 386 | archivePrefix={arXiv},
|
|
0 commit comments