You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I try to run evaluate_vqa_beam.sh to generate test_dev's answers on multiple GPU, there always occurs error.
File "OFA/data/mm_data/vqa_gen_dataset.py", line 149, in getitem
item = self.dataset[index]
File "OFA/data/file_dataset.py", line 106, in getitem
column_l = [dtype(column_l[col_id]) for col_id, dtype in zip(self.selected_col_ids, self.dtypes)]
File "OFA/data/file_dataset.py", line 106, in
column_l = [dtype(column_l[col_id]) for col_id, dtype in zip(self.selected_col_ids, self.dtypes)]
IndexError: list index out of range
But when I run single GPUS_PER_NODE=1, the problem does not occur and could generate answers successfully.
The text was updated successfully, but these errors were encountered:
Hi, when I try to run evaluate_vqa_beam.sh to generate test_dev's answers on multiple GPU, there always occurs error.
File "OFA/data/mm_data/vqa_gen_dataset.py", line 149, in getitem
item = self.dataset[index]
File "OFA/data/file_dataset.py", line 106, in getitem
column_l = [dtype(column_l[col_id]) for col_id, dtype in zip(self.selected_col_ids, self.dtypes)]
File "OFA/data/file_dataset.py", line 106, in
column_l = [dtype(column_l[col_id]) for col_id, dtype in zip(self.selected_col_ids, self.dtypes)]
IndexError: list index out of range
But when I run single GPUS_PER_NODE=1, the problem does not occur and could generate answers successfully.
The text was updated successfully, but these errors were encountered: