tuanzi1105

Results 2 issues of tuanzi1105

It's my pleasure to read your paper.there is a question to me in this paper. Would you explaining the context embedding to me for further details ? how do you...

**Hello, thanks for your work, it's interesting! but iam trouble with follow code** `x = x[torch.arange(x.shape[0]), tokenized_prompts.argmax(dim=-1)] @ self.text_projection` in CoOp.py Class TextEncode->Function forward() **I am curious about the self.text_projection....