Skip to content

Commit

Permalink
add coco dataset name to evaluate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahyklee committed Oct 25, 2023
1 parent e104a0a commit 55a8f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions open_flamingo/eval/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def main():
if args.eval_coco:
eval_dataset(
args,
dataset_name="flickr30",
dataset_name="coco",
eval_model=eval_model,
results=results,
eval_fn=evaluate_captioning,
Expand Down Expand Up @@ -1302,4 +1302,4 @@ def evaluate_classification(


if __name__ == "__main__":
main()
main()

0 comments on commit 55a8f7c

Please sign in to comment.