Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Question about training caption model #44

@Naren00

Description

@Naren00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions