File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments