Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-chen authored Jun 7, 2020
1 parent c77e359 commit 409f696
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ Lifelong Graph Learning
---
# Training

* Datasets are automatically downloaded during training.

* Data-incremental Tasks

python lifelong_data.py --lr 0.01 --batch-size 10 --dataset cora
python lifelong_data.py --lr 0.01 --batch-size 10 --dataset citeseer
python lifelong_data.py --lr 0.01 --batch-size 10 --dataset pubmed

To save your model
To save your model during training

python lifelong_data.py --lr 0.01 --batch-size 10 --dataset cora --save model_file_location


Expand All @@ -28,7 +31,7 @@ To save your model
---
# Reproduce the results from paper

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

* For data-incremental tasks, e.g.

Expand Down

0 comments on commit 409f696

Please sign in to comment.