-
Thank you for your work on CLIP!
I was trying to reproduce the zeroshot prediction results listed in Table 11 in the paper. Though I can reproduce most of the results in the Table 11, I found there…
-
What does bg_feature mean in the transformer_zeroshot_predictor.py file line 89, and why should it concat with cls_features?
-
Hi,
I would like to do an inference.
Where can I download the zeroshot.pt and finetuned.pt files?
Thanks
-
I almost not change too many for the example code of the zero shot but has this error. Could you help me to solve it? Thanks. :from datasets import load_dataset
from bertopic import BERTopic
from …
-
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Desribe the bug
Hi everyone, first of all I would like to thank @MaartenGr and all the contributors …
-
When I click the [https://huggingface.co/spaces/haotiz/glip-zeroshot-demo](url), I met with the built error problem.
![5cbb2c3a66f90184275f7e117759873](https://github.com/microsoft/GLIP/assets/12281…
-
Hi,
Thank you for your great work BLIP2. I find there is no zeroshot VQA evaluation code for BLIP2-OPT, so I create one, refering to the code of FLAN-T5. However, the accuracy is very low. I will b…
-
my bertopic version is bertopicv0.16.2
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell…
-
Hi
Thanks so much for providing this repository and the notebooks!
I'm debugging diffs in the zeroshot evaluation results from a JAX port of this repository ([`scenic.projects.baselines.clip`](h…
-
请问有在in1k上zero-shot的代码吗,在.yaml文件里设置了如下参数:
zeroshot_steps: 1200000
val_steps: 1200000
zeroshot_frequency: 1
会有如下报错AttributeError: 'Classifier' object has no attribute 'encode_text',请教下该如何适配呢