Skip to content

Commit c185806

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 32039d8 + 3480140 commit c185806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spaces. Performance-wise, averaged on 30+ graphs, a single pre-trained GraphAny
3434
is better **_in inference mode_** than many supervised models (e.g., MLP, GCN, GAT)
3535
trained specifically for each graph. Following the pretrain-inference paradigm of
3636
foundation models, you can perform training from scratch and inference on 30 datasets
37-
as shown in [Training from scratch](#training-foundation-models-from-scratch-).
37+
as shown in [Training from scratch](#training-foundation-models-from-scratch).
3838

3939
This repository is based on PyTorch 2.1, Pytorch-Lightning 2.2, PyG 2.4, DGL 2.1, and Hydra 1.3.
4040

@@ -111,7 +111,7 @@ _dataset_lookup:
111111
eval: [ Cora, Citeseer ]
112112
```
113113
114-
**Step 2** _(optional)_: Define your dataset processing logic in graph_any/data.py. Please go through the [Bring Your Own Dataset](#bring-your-own-dataset-) section.
114+
**Step 2** _(optional)_: Define your dataset processing logic in graph_any/data.py. Please go through the [Bring Your Own Dataset](#bring-your-own-dataset) section.
115115
This step is necessary only if you are not using our pre-processed data. If you
116116
choose to use our provided datasets, you can skip this step and proceed directly to
117117
Step 3.
@@ -386,4 +386,4 @@ If you find this codebase useful in your research, please cite the paper.
386386
archivePrefix={arXiv},
387387
primaryClass={cs.LG}
388388
}
389-
```
389+
```

0 commit comments

Comments
 (0)