iirc package
This package provides a way for adapting the different datasets (currently supports CIFAR-100 and ImageNet) to the iirc setup and the class incremental learning setup, and loading them in a standardized manner.
The documentation and usage guide are available here
Homepage | Paper | Documentation
Installation
you can install this package using the following command
pip install iirc
Dataset Downloading Instructions
CIFAR-100
To be able to run the code with CIFAR-100 derived datasets, just download the dataset from the official website and extract it, or use the ./utils/download_cifar.py file.
ImageNet
In the case of ImageNet, it has to be downloaded manually, and be arranged in the following manner:
- dataset folder
- train
- n01440764
- n01443537
- …
- val
- n01440764
- n01443537
- …
- train
Contributing
If you think you can help us make the iirc package more useful for the lifelong learning community, please don't hesistate to submit an issue or send a pull request.
Citation
If you find this work useful for your research, this is the way to cite it:
@misc{abdelsalam2021iirc,
title = {IIRC: Incremental Implicitly-Refined Classification},
author={Mohamed Abdelsalam and Mojtaba Faramarzi and Shagun Sodhani and Sarath Chandar},
year={2021}, eprint={2012.12477}, archivePrefix={arXiv},
primaryClass={cs.CV} }
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file iirc-1.0.1.tar.gz.
File metadata
- Download URL: iirc-1.0.1.tar.gz
- Upload date:
- Size: 91.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d178e586c39de3159071ffdf1532242407c239c1e724a2167a9c535cf6060ee8
|
|
| MD5 |
961f028e36c9c3631d0957e1f641c47a
|
|
| BLAKE2b-256 |
0093d0cd1ba53c7927907b94eac061d139bb7ee606f50f2a939fc12e2b809893
|