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

Question about training caption model #44

Open
Naren00 opened this issue Oct 16, 2020 · 0 comments
Open

Question about training caption model #44

Naren00 opened this issue Oct 16, 2020 · 0 comments

Comments

@Naren00
Copy link

Naren00 commented Oct 16, 2020

Hello,
I have a question about training cap_model with end-to-end maksed transformer.

In the code, the cap_model is trained with "window_mask = (gate_scores * pred_bin_window_mask.view(B, T, 1)".
As I understand, the pred_bin_window_mask is extracted by prediction.

Therefore, Is caption model(cap_model) trained on the learned_proposal (not GT with label) ??
Is it right what I understand?

And, If cap model is trained on leanred_proposal, the model can be affected a lot defending o n the initial performance of learned_proposal. Therefore, it seems like to show unstable learning.
If you have any misunderstandings, please point out that.

Thank you.

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

1 participant