M3AE icon indicating copy to clipboard operation
M3AE copied to clipboard

out-of-bounds problem with the targets array in med-vqa2019

Open muxuezzz opened this issue 1 year ago • 2 comments

I have an out-of-bounds problem with the targets array when performing a fine-tuning med-vqa task, and I observe that the max_label_size is set to 79. Is this because the med-vqa dataset has been adjusted or for some other reason, and does the value of max_label_size represent the type of labels that are desirable for the answer?

muxuezzz avatar Mar 28 '23 08:03 muxuezzz

I have an out-of-bounds problem with the targets array when performing a fine-tuning med-vqa task, and I observe that the max_label_size is set to 79. Is this because the med-vqa dataset has been adjusted or for some other reason, and does the value of max_label_size represent the type of labels that are desirable for the answer?

hi,I also encountered this problem,index 79 is out of bounds for dimension 1 with size 79。How did you solve it?

shed-e avatar May 02 '23 02:05 shed-e

Hi all,

Please check if the dataset is the same one used in the codebase. Here is the link.

Best, Zhihong

zhjohnchan avatar Aug 11 '23 01:08 zhjohnchan