georgian-io/Multimodal-Toolkit

Bug in method "attention_on_cat_and_numerical_feats"

Jordy-VL opened this issue · 1 comments

There is a bug in the method "attention_on_cat_and_numerical_feats", where if you have both categorical and numerical features, the MLP defined as self.cat_mlp gets overwritten instead of initializing self.num_mlp.

Closing as this is a duplicate of #14.