Skip to content

Harry-Up/incremental_learning.pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%