SkillAgentSearch skills...

ICaRL

Implementation of ICaRL on Mnist

Install / Use

/learn @bill86416/ICaRL
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

A PyTorch Implementation of iCaRL

This is an unofficial implementation of iCaRL: Incremental Classifier and Representation Learning on Mninst, FashionMnist and Kmnist datasets. This code is modified from https://github.com/donlee90/icarl.

Usage

Train the model

  1. Clone the project to directory
git clone https://github.com/bill86416/ICaRL.git
  1. Initiate the conda environment
conda env create -f environment.yml -n icarl
conda activate icarl
  1. Run Mnist experiment
sh run_mnist.sh
  1. Run notMnist experiment
sh run_notmnist.sh
  1. Run Fashion Mnist experiment
sh run_fashionmnist.sh

Ackowledgement

Please email to Chih-Hsing Ho (Bill) (bill86416@gmail.com) if further issues are encountered.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

55/100

Audited on Dec 6, 2024

No findings