Skip to content

Commit 409f696

Browse files
authored
Update README.md
1 parent c77e359 commit 409f696

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@ Lifelong Graph Learning
99
---
1010
# Training
1111

12+
* Datasets are automatically downloaded during training.
13+
1214
* Data-incremental Tasks
1315

1416
python lifelong_data.py --lr 0.01 --batch-size 10 --dataset cora
1517
python lifelong_data.py --lr 0.01 --batch-size 10 --dataset citeseer
1618
python lifelong_data.py --lr 0.01 --batch-size 10 --dataset pubmed
1719

18-
To save your model
20+
To save your model during training
21+
1922
python lifelong_data.py --lr 0.01 --batch-size 10 --dataset cora --save model_file_location
2023

2124

@@ -28,7 +31,7 @@ To save your model
2831
---
2932
# Reproduce the results from paper
3033

31-
* Download the pre-trained models from [releases](https://github.com/wang-chen/LGL/releases/download/v1.0/loads.zip).
34+
* Download the pre-trained models from the [releases](https://github.com/wang-chen/LGL/releases/download/v1.0/loads.zip) Page.
3235

3336
* For data-incremental tasks, e.g.
3437

0 commit comments

Comments
 (0)