/incremental-learning

Primary LanguageJupyter NotebookMIT LicenseMIT

Playground for incremental learning techniques

Contents

  • catastrophic_forgetting on the MNIST dataset

Installation

conda env create --file environment.yml

To update the environment after adding new packages to the environment file:

conda env update --name incremental --file environment.yml --prune