google-research / l2p

Learning to Prompt (L2P) for Continual Learning @ CVPR22 and DualPrompt: Complementary Prompting for Rehearsal-free Continual Learning @ ECCV22
https://arxiv.org/pdf/2112.08654.pdf
Apache License 2.0
408 stars 41 forks source link

about providing the class orders. #26

Closed zhaoedf closed 1 year ago

zhaoedf commented 1 year ago

i was wondering if you could provide the seed and the corresponding class orders used in your imagenet-r experiment?

KingSpencer commented 1 year ago

Hi,

As mentioned in https://github.com/google-research/l2p/issues/27, I map class labels to 0-199 and then split in the natural order, i.e., 0-19, 20-39, etc.

A better way is to try different splits (by playing with the seeds) and report the average performance.

Best, Zifeng