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

Fix vqa loss #86

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix vqa loss #86

wants to merge 3 commits into from

Conversation

henryj18
Copy link
Collaborator

@henryj18 henryj18 commented Apr 8, 2024

VQA loss is not decreasing during training, we have tried several ways to reduce it, this is one of the tests.
So far we have been following GATO paper to place all text (including VQA question and answer) to the left of separator.
In this PR, we are doing a test to place the question to the left of the separator and place the answer to the right of the separator during training, and see whether that can reduce the VQA loss.

So far, the test has shown that it cannot reduce VQA loss.

This PR is created to track this issue and solicit code review and see whether we find a solution to reduce the VQA loss

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

Successfully merging this pull request may close these issues.

1 participant