Skip to content

Commit 84fef26

Browse files
Simplifying the api
1 parent fcc08e4 commit 84fef26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merlin/models/tf/blocks/interaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def FMBlock(
304304

305305
fm_input_block = fm_input_block or InputBlockV2(
306306
cat_schema,
307-
embeddings=Embeddings(schema.select_by_tag(Tags.CATEGORICAL), dim=factors_dim),
307+
embeddings=Embeddings(schema, dim=factors_dim),
308308
aggregation=None,
309309
)
310310
pairwise_interaction = SequentialBlock(

0 commit comments

Comments
 (0)