lhackel-tub / ConfigILM

A Library for configurable combination of pre-configured and possibly pre-trained Image and Language Models
https://lhackel-tub.github.io/ConfigILM/
MIT License
37 stars 5 forks source link

can't load full RSVQALR dataset #65

Closed lhackel-tub closed 1 year ago

lhackel-tub commented 1 year ago

The RSVQALR dataset cannot be loaded because there is a KeyError in _get_question_answers when loading the answers. The problem here is, that inactive answers are still part of the answer list before they are filtered and therefore the question_id key is accessed for inactive elements which don't have this attribute

lhackel-tub commented 1 year ago

This issue may be more wide spread and be also a problem in the HR dataset