Skip to content

[CVPR-W 2022] Alleviating Representational Shift for Continual Fine-tuning

License

Notifications You must be signed in to change notification settings

JieShibo/ConFiT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConFiT

Source code of "Alleviating Representational Shift for Continual Fine-tuning" (CVPR-W 2022)

[arxiv]

Requirements

  • Python 3.9.1
  • PyTorch 1.10.0
  • TorchVision 0.11.1
  • Timm 0.4.12
  • Avalanche 0.0.1

Usage

# CIFAR100
python main.py --dataset cifar --max_epoch 10 --batch_size 128
# CUB200
python main.py --dataset cub --max_epoch 50 --batch_size 32
# CALTECH101
python main.py --dataset caltech --max_epoch 20 --batch_size 32
# FLOWERS102
python main.py --dataset flowers --max_epoch 10 --batch_size 32

About

[CVPR-W 2022] Alleviating Representational Shift for Continual Fine-tuning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published