Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 387 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 387 Bytes

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