Skip to content

Commit

Permalink
Merge branch 'ContinualAI:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GeremiaPompei authored Jul 31, 2023
2 parents ba5a526 + 463f734 commit 56f6358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ First, we report the results for the **non-online** continual learning case (a.k
| Split CIFAR-100 | LaMAML | Task-Incremental | ACC=0.70 | [ACC=0.70](https://arxiv.org/abs/2007.13904) ||
| Split CIFAR-100 | iCaRL | Class-Incremental | ACC=0.48 | [ACC=0.50](https://openaccess.thecvf.com/content_cvpr_2017/html/Rebuffi_iCaRL_Incremental_Classifier_CVPR_2017_paper.html) ||
| Split CIFAR-100 | Replay | Class-Incremental | ACC=0.32 | ACC=0.32 |`Avalanche` |
| Split MNIST | RWalk | Task-Incremental | ACC=0.92 | [ACC=0.99](https://openaccess.thecvf.com/content_ECCV_2018/html/Arslan_Chaudhry__Riemannian_Walk_ECCV_2018_paper.html) | |
| Split MNIST | RWalk | Task-Incremental | ACC=0.99 | [ACC=0.99](https://openaccess.thecvf.com/content_ECCV_2018/html/Arslan_Chaudhry__Riemannian_Walk_ECCV_2018_paper.html) | |
| Split MNIST | Synaptic Intelligence (SI) | Task-Incremental | ACC=0.97 | [ACC=0.97](http://proceedings.mlr.press/v70/zenke17a.html) ||
| Split MNIST | GDumb | Class-Incremental | ACC=0.97 | [ACC=0.97](https://link.springer.com/chapter/10.1007/978-3-030-58536-5_31) ||
| Split MNIST | GSS_greedy | Class-Incremental | ACC=0.82 | [ACC=0.78](https://arxiv.org/abs/1903.08671) ||
Expand Down
2 changes: 1 addition & 1 deletion tests/target_results.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lwf,stiny-imagenet,0.44
gss,smnist,0.78
iCaRL,scifar100,0.48
gdumb,smnist,0.97
rwalk,smnist,0.92
rwalk,smnist,0.99
mas,stiny-imagenet,0.4
lfl,pmnist,0.88
mir,scifar10,0.46
Expand Down

0 comments on commit 56f6358

Please sign in to comment.