You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, author
I read through how you train a few shot learning model and how you eval it. I found something that I cannot understand.
In training phase, we got a Wmap to map the samples_embeding to labels_embedding. Wmap make the samples_embedding simliar to labels_embedding correct ?
Then In the evaluation phrase, we want to calculate the similarity score between test samples and candidate labels, why should we mapping the labels_embedding via Wmap? I think we only need to transform the sentence_embedding on Wmap and then we directly compare with the label_embedding without Wmap transformation ?
The text was updated successfully, but these errors were encountered:
Hi, author
I read through how you train a few shot learning model and how you eval it. I found something that I cannot understand.
In training phase, we got a Wmap to map the samples_embeding to labels_embedding. Wmap make the samples_embedding simliar to labels_embedding correct ?
Then In the evaluation phrase, we want to calculate the similarity score between test samples and candidate labels, why should we mapping the labels_embedding via Wmap? I think we only need to transform the sentence_embedding on Wmap and then we directly compare with the label_embedding without Wmap transformation ?
The text was updated successfully, but these errors were encountered: