MSDN icon indicating copy to clipboard operation
MSDN copied to clipboard

What is the meaning of self.v in the MSDN.py

Open irfanICMLL opened this issue 2 years ago • 2 comments

Dear author,

Thanks for sharing the code. According to Eq 1 in your paper, the attribute, w1, and visual features are timed together. However, in the MSDN.py the code has self.V, Fs and W1 to calculate the einsum sum. According to my understanding, Fs is your visual feature, which is obtained from the res101. What is the meaning of self.V. Suppose it should be the attribute vector, but it is randomly initialized, not the GloVe. I hope to get more clarification about how to use the GloVe.

Regards, Yifan

irfanICMLL avatar Mar 22 '22 05:03 irfanICMLL

Hello, @irfanICMLL Actually, after random initialization, we load the GloVe features into the self.V (e.g. line #21 in Test_CUB.py). Thank you for interesting in our works.

HHHZM avatar Mar 24 '22 11:03 HHHZM

Dear author @HHHZM, thanks for your code. May I know when the training code will be released?

hugh920 avatar Mar 29 '22 12:03 hugh920