Skip to content

Commit 7164fc6

Browse files
committed
Updated the Readme Anchors.
1 parent d5b53c9 commit 7164fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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-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.
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.

0 commit comments

Comments
 (0)