Home

Awesome

EvalOCL

This repository contains the code for the paper:

Rapid Adaptation in Online Continual Learning: Are We Evaluating It Right?
Hasan Abed Al Kader Hammoud*, Ameya Prabhu*, Ser-Nam Lim, Philip H.S. Torr, Adel Bibi, Bernard Ghanem [Arxiv] [PDF] [Bibtex]

Installation and Dependencies

# First, activate a new virtual environment
pip3 install -r requirements.txt

Downloading Data

Usage

If you discover any bugs in the code please contact me, I will cross-check them with my nightmares.

Citation

We hope Near-Future Accuracy is a reliable measure, and this codebase is useful for your cool CL work! We have tried to keep the codebase simple, readable but very compute/memory efficient. To cite our work:

@article{hammoud2023rapid,
      title={Rapid Adaptation in Online Continual Learning: Are We Evaluating It Right?}, 
      author={Hasan Abed Al Kader Hammoud and Ameya Prabhu and Ser-Nam Lim and Philip H. S. Torr and Adel Bibi and Bernard Ghanem},
      year={2023},
      journal={arXiv preprint arXiv:2305.09275},
}