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
32 stars 4 forks source link

Classes in DataModules #67

Closed lhackel-tub closed 9 months ago

lhackel-tub commented 9 months ago

The provided Datamodules do not expose a way of changing the number of classes in the datasets. Therefore datamodules are not usable when a different number of classes is required or wanted

lhackel-tub commented 9 months ago

The interface for splitting the HRVQA Datamodule into validation and test is also not documented.