Closed ricsi046 closed 1 month ago
In v0.4.0 a .values called has been added here https://github.com/georgian-io/Multimodal-Toolkit/blob/master/multimodal_transformers/data/tabular_torch_dataset.py#L45
which results in error if we pass an empty list as the categorical_cols parameter to load_data https://github.com/georgian-io/Multimodal-Toolkit/blob/master/multimodal_transformers/data/load_data.py#L532
Thanks for opening this up @ricsi046! I've set up a fix for this and it should no longer be an issue in the next release!
Sounds good, thanks.
In v0.4.0 a .values called has been added here https://github.com/georgian-io/Multimodal-Toolkit/blob/master/multimodal_transformers/data/tabular_torch_dataset.py#L45
which results in error if we pass an empty list as the categorical_cols parameter to load_data https://github.com/georgian-io/Multimodal-Toolkit/blob/master/multimodal_transformers/data/load_data.py#L532