CoOp icon indicating copy to clipboard operation
CoOp copied to clipboard

Prompt Learning for Vision-Language Models (IJCV'22, CVPR'22)

Results 55 CoOp issues
Sort by recently updated
recently updated
newest added

Thank you for your work. I encountered this kind of error when running the Imagenet dataset. Have you encountered any similar errors? How did you solve it? Traceback (most recent...

When I finished testing the other ten data sets, I tried the Imagenet data set. After the training was completed, an error occurred during the test: File "/home/dpsh/Dassl.pytorch/dassl/evaluation/evaluator.py", line 69,...

Sorry for dumb questions. I didn't really understood the description. Is it possible to use your checkpoints for ViT models to do classification tasks? Can I just load them into...

Do you plan to release the pretrained weight for CoCoop anytime soon? Thanks!

While I run my own dataset which has beed modified by your method. There are two problems below: 1. evaluating is no problem.However when I train, it showed 'AttributeError: 'list'...

Hello, split_ zhou_ Caltech101.json,split_ zhou_ OxfordFlowers. JSON, and split_ zhou_ DescribableTextures. JSON page link can't be opened. Is there any other download link?

# seed=1 base base2new_train.sh imagenet 1 base base2new_test.sh imagenet 1 # seed=2 base base2new_train.sh imagenet 2 base base2new_test.sh imagenet 2 # seed=3 base base2new_train.sh imagenet 3 base base2new_test.sh imagenet 3...

when training on 1000 classes imagenet, the GPU memory of prompts seems very large and results in the Out Of Memory error on 16GB GPU Card. How to solve this...

I found when I set CUDA_VISIBLE_DEVICES="1", The Code will terminal at self.model = CustomCLIP(cfg, classnames, clip_model) self.model.to(self.device). The to(self.device) function will wait a long time, and will not step over.

Thanks for sharing this code. Was curious if you had considered how to handle a regression task? I thought I might try a few ideas out, perhaps starting with a...