Skip to content

diaconuccalin/Latent-Replay-on-ViT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continual Learning Experiments

CORe50 data obtained from here. The following directory structure is needed, relative to project root directory, for the project to work properly:

.
├── datasets
│   ├── core50
│   │   ├── data
│   │   │   ├── core50_128x128
│   │   │   │   ├── [data unzipped from downloaded archive]
│   │   │   │   ...
│   │   │   ├── core50_350x350
│   │   │   │   ├── [data unzipped from downloaded archive]
│   │   │   │   ...
│   │   │   ├── labels.pkl
│   │   │   ├── LUP.pkl
│   │   │   ├── paths.pkl
...

Imagenet test images obtained from here.

ViT weights, pretrained on Imagenet 1k, obtained from here: B_16 and B_32. The following directory structure is needed, relative to project root directory, for the project to work properly:

.
├── weights
│   ├── pretrained_imagenet
│   │   ├──B_16_imagenet1k.pth
│   │   ├── B_32_imagenet1k.pth
...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages