Skip to content

Commit

Permalink
add flickr perf
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-chen committed Jun 11, 2020
1 parent ea9e3b0 commit caf9e40
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,11 @@ Lifelong Graph Learning
| 200 | 0.827 | 0.712 | 0.826 |
| 500 | 0.880 | 0.746 | 0.876 |

* Flickr

| Memory | 0 | 10 | 20 |
| :-----------: | :-----------: | :-----------: | :-----------: |
| Data-incremental | 0.475 | 0.471 | 0.470 |
| Class-incremental| 0.479 | 0.476 | 0.459 |

* Note that the performan reported in the paper is an average of 10 runs, while the above is only one trial.
15 changes: 15 additions & 0 deletions reproduce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,18 @@ python lifelong.py --load loads/class_incre_cora_memory500.model --dataset cora
python lifelong.py --load loads/class_incre_citeseer_memory500.model --dataset citeseer

python lifelong.py --load loads/class_incre_pubmed_memory500.model --dataset pubmed



python lifelong_data.py --dataset flickr --load loads/data_incre_flickr_memory0.model

python lifelong_data.py --dataset flickr --load loads/data_incre_flickr_memory10.model

python lifelong_data.py --dataset flickr --load loads/data_incre_flickr_memory20.model


python lifelong_data.py --dataset flickr --load loads/class_incre_flickr_memory0.model

python lifelong_data.py --dataset flickr --load loads/class_incre_flickr_memory10.model

python lifelong_data.py --dataset flickr --load loads/class_incre_flickr_memory20.model

0 comments on commit caf9e40

Please sign in to comment.