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

ReadMe issues #14

Closed adocaj closed 2 years ago

adocaj commented 2 years ago

I am trying to reproduce the results of the tables included in your nice paper. And I don't think that the code you have provided allows me to reproduce the results of Table 3. Table 3 uses CORe50, and I was curious to know when the code that produces the results of Table 3 will be available.

Sorry to take your time with this, and hope you are doing well.

KingSpencer commented 2 years ago

Hi,

Thanks for your interest, I have added that part into the codebase. However, you need to prepare the dataset yourself following the tutorial in README if you want to use CORe50. I am also thinking about better ways to make the prepared data accessible.

Best, Zifeng

adocaj commented 2 years ago

Thank you so much for all your help, and for taking the time to address my issue.