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

added gqa as eval dataset #299

Open
wants to merge 4 commits into
base: reduce-scope-mllm
Choose a base branch
from
Open

added gqa as eval dataset #299

wants to merge 4 commits into from

Conversation

olo126
Copy link
Collaborator

@olo126 olo126 commented May 6, 2024

Added gqa as new eval dataset

# load cached demonstration features for RICES
if args.cached_demonstration_features is not None:
cached_features = torch.load(
f"{args.cached_demonstration_features}/{'ok_vqa' if vqa_task=='okvqa' else vqa_task}.pkl", map_location="cpu"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we unify the way we refer to okvqa? Like let's just stick to okvqa as a single word.

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.

2 participants