Coder Social home page Coder Social logo

apurba-nsu-rnd-lab / san Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 1.0 32 KB

[ICPR 2022] Official Implementation of the paper "Rethinking Task-Incremental Learning Baselines" accepted in the 26th International Conference on Pattern Recognition.

Python 100.00%
continual-learning deep-learning incremental-learning online-learning task-incremental-learning icpr2022 pytorch

san's Introduction


Rethinking Task-Incremental Learning Baselines

Official imlpementation of the paper [ICPR 2022]

Link to the Paper - arXiv

Prerequisites:

  • Linux-64
  • Python 3.9
  • PyTorch 1.10.1
  • CPU or NVIDIA GPU + CUDA10.2 CuDNN7.5

Installation

  • Create a conda environment and install required packages:
conda create -n <env> python=3.9
conda activate <env>
pip install -r requirements.txt

Datasets

Download the Mini-imagenet and notMNIST datasets from Google Drive. Other datasets will be automatically downloaded.

Training

For training, run the following command.
python run.py -exp <experiment_id>

To manually input number of runs, epochs and learning rate, run the following command:
python run.py -exp <experiment_id> -r <n_runs> -e <n_epochs> -lr <learning_rate>

Test

For test, run the following command.
python test.py -exp <experiment_id>

Citation

If you wish to cite this project, feel free to use this BibTeX reference:

@misc{https://doi.org/10.48550/arxiv.2205.11367,
  doi = {10.48550/ARXIV.2205.11367},
  url = {https://arxiv.org/abs/2205.11367},
  author = {Hossain, Md Sazzad and Saha, Pritom and Chowdhury, Townim Faisal and Rahman, Shafin and Rahman, Fuad and Mohammed, Nabeel},
  keywords = {Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
  title = {Rethinking Task-Incremental Learning Baselines},
  publisher = {arXiv},
  year = {2022},
  copyright = {arXiv.org perpetual, non-exclusive license}
}

san's People

Contributors

sazzadhrz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

sazzadhrz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.