Skip to content

XxidroxX/Incremental-Learning-iCarl

Repository files navigation

A PyTorch Implementation of iCaRL

A PyTorch Implementation of iCaRL: Incremental Classifier and Representation Learning.

The code implements experiments on CIFAR-100

Notes

  • This code reproduces the results from the paper.
  • This code contains two my new proposals to improve the accuracy.
  • Versions
    • Python 3.7
    • PyTorch v1.5.0