Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 267 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 267 Bytes

EWC.pytorch

An implementation of Elastic Weight Consolidation (EWC), proposed in James Kirkpatrick et al. Overcoming catastrophic forgetting in neural networks 2016(10.1073/pnas.1611835114).

  • demo.ipynb demonstrates EWC with supervised learning.