The official code for Helpful or Harmful: Inter-Task Association in Continual Learning
Author: Hyundong Jin and Eunwoo Kim
In Proc. of the European Conference on Computer Vision (ECCV), 2022
This repository currently supports the Split CIFAR-10 experiment in the original paper.
You can change the hyper-parmeters in the corresponding file (config/CONFIG.py) if needed.
python3 main.py
The accuracy of each task is the average of 10 independent runs.
T# represents #-th task.
T1 | T2 | T3 | T4 | T5 | Avg acc | |
---|---|---|---|---|---|---|
H2 | 98.82 | 94.13 | 96.36 | 98.90 | 98.27 | 97.30 |
Please, find a list with required packages and versions in requirements.txt
config
ㄴ CONFIG.py
data_loader
ㄴ split_cifar10_data.py
model
ㄴ resnet18.py
src
ㄴ main.py
ㄴ manager.py
ㄴ pruner.py