Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
irfanICMLL opened this issue Mar 22, 2022 · 2 comments
Open

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

irfanICMLL opened this issue Mar 22, 2022 · 2 comments

Comments

@irfanICMLL
Copy link

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

@HHHZM
Copy link
Collaborator

HHHZM commented Mar 24, 2022

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.

@hugh920
Copy link

hugh920 commented Mar 29, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants