fusilli.fusionmodels๏ƒ

Fusion models for tabular-tabular, tabular-image, and unimodal fusion.

  • tabularfusion: tabular-tabular fusion models.

  • tabularimagefusion: tabular-image fusion models.

  • unimodal: unimodal models (for benchmarking fusion models).

  • base_model: base model for fusion models. (py file)

Modules

fusilli.fusionmodels.base_model

Base lightning module for all fusion models and parent class for all fusion models.

fusilli.fusionmodels.tabularfusion

Collection of fusion models for tabular-tabular fusion.

fusilli.fusionmodels.tabularimagefusion

Fusion models for tabular-image fusion.

fusilli.fusionmodels.unimodal

Unimodal models (for benchmarking fusion models).