Thanks for the great work! I am interested in reproducing some experimental results. When running CoCoOp/CPL for Oxford Pets dataset in the few-shot setting, I get an error in Line 184/186 in CPL/datasets/oxford_pets.py since the number of seen classes is currently not being passed as a 4th argument to the subsample_classes function. I wasn't able to also figure out how many classes were seen/unseen in the results reported in Table 1 in the paper. Where can I find this information?
Thanks for the great work! I am interested in reproducing some experimental results. When running CoCoOp/CPL for Oxford Pets dataset in the few-shot setting, I get an error in Line 184/186 in
CPL/datasets/oxford_pets.py
since the number of seen classes is currently not being passed as a 4th argument to thesubsample_classes
function. I wasn't able to also figure out how many classes were seen/unseen in the results reported in Table 1 in the paper. Where can I find this information?