JH-LEE-KR / l2p-pytorch

PyTorch Implementation of Learning to Prompt (L2P) for Continual Learning @ CVPR22
Apache License 2.0
176 stars 22 forks source link

The Prompt parameters of five_datasets in pytorch-implementation is different from that given in paper #8

Open coyoteling opened 1 year ago

coyoteling commented 1 year ago

Hi! Thank you so much for implementing the pytorch version of l2p! I'm recently trying to reproduce the result of "five_datasets" in pytorch-implementation you gave, but I have noticed that the Prompt parameters of five_datasets in pytorch-implementation are different from that given in the paper. The prompt length you gave in the paper is 5, but it's 10 in the code. And I wonder if this will affect the final experimental results?

Thank you for your work! Looking forward to your reply, best wishes!