Harry-Up / incremental_learning.pytorch

A collection of incremental learning paper implementations.

Repository from Github https://github.comHarry-Up/incremental_learning.pytorchRepository from Github https://github.comHarry-Up/incremental_learning.pytorch

Incremental Learning

Also called lifelong learning, or continual learning.

This repository will store all my implementations of Incremental Learning's papers.

Structures

Every model must inherit inclearn.models.base.IncrementalLearner.

Papers implemented:

βœ… --> Paper implemented & reached expected (or more) results.
🚧 --> Runnable but not yet reached expected results.
❌ --> Not yet implemented or barely working.

βœ… iCaRL
🚧 Learning without Forgetting (LwF)
βœ… End-to-End Incremental Learning (E2E)
❌ Overcoming catastrophic forgetting (EWC)

TODO

  • Add subparser per paper

About

A collection of incremental learning paper implementations.

License:MIT License


Languages

Language:Python 100.0%