DoubleClass / GMM

Generative Multi-modal Models are Good Class Incremental Learners, CVPR 2024 [PyTorch Code]
35 stars 5 forks source link

Ask about FSCIL #7

Closed trinh-hoang-hiep closed 3 months ago

trinh-hoang-hiep commented 6 months ago

First I would like to thank you very much for your great work. I'm interested in the FSCIL problem in your work. Can you give me instructions for running Cifar and ImageNet100 5-way 5-shot settings? I want to reproduce the results of table 2 and table 3. Thank you very much.

DoubleClass commented 3 months ago

The training protocol of the FSCIL is exactly the same with the CIL settings except the data files, here is the example of the Tiny ImageNet data files: https://pan.baidu.com/s/1q8TfOCotojp2kWOrBJuJLg?pwd=nuyr code: nuyr Hope this will help you