You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# Incremental Learners for Continual Learning
2
2
3
-
Repository storing all my public works done during my PhD thesis (2019-).
3
+
Repository storing some my public works done during my PhD thesis (2019-).
4
4
5
5
You will find in there both known implementation (iCaRL, etc.) but also all my papers.
6
6
You can find the list of the latter on my [Google Scholar](https://scholar.google.com/citations?user=snwgZBIAAAAJ&hl=en).
7
7
8
+
My work on continual segmentation can be found [here](https://github.com/arthurdouillard/CVPR2021_PLOP) and on continual data loaders [here](https://github.com/Continvvm/continuum).
9
+
8
10
## Structures
9
11
10
12
Every model must inherit `inclearn.models.base.IncrementalLearner`.
@@ -14,7 +16,8 @@ Every model must inherit `inclearn.models.base.IncrementalLearner`.
14
16
# PODNet: Pooled Outputs Distillation for Small-Tasks Incremental Learning
0 commit comments