Hello,
During evaluation
https://github.com/Hzzone/VICP/blob/main/train_vpt_lora.py#L202C13-L202C41
test_categories.append(name)
These test categories are not supposed to be seen during training right?
Its supposed to be novel category c' (from paper).
But then this novel category is fed to the train dataset to generate prompts
https://github.com/Hzzone/VICP/blob/main/train_vpt_lora.py#L210
I'm not sure hows to do this with "true never seen before category"
Hello,
During evaluation
These test categories are not supposed to be seen during training right?
Its supposed to be novel category c' (from paper).
But then this novel category is fed to the train dataset to generate prompts
I'm not sure hows to do this with "true never seen before category"