Skip to content

Commit 6da6cb8

Browse files
committed
Added option of multi tabular components. Runs also without model fusion. More tests of course needed
1 parent d2cc15e commit 6da6cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/scripts/mutil_tabular_components.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989

9090
two_tower_model = ModelFuser([tab_mlp_user, tab_mlp_item], fusion_method="dot")
9191

92+
# model = WideDeep(deeptabular=[tab_mlp_user, tab_mlp_item])
9293
model = WideDeep(deeptabular=two_tower_model)
9394

9495
trainer = Trainer(

0 commit comments

Comments
 (0)