Skip to content

Commit e5f5e4f

Browse files
committed
nvidia merlin
1 parent 082999a commit e5f5e4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# Assuming 'train.schema' is defined based on the 'train' Dataset
2121
# The schema should describe the structure of the input data for the model.
2222

23+
#merlin model NVIDIA
2324
model = mm.DLRMModel(
2425
train.schema, # The schema should be obtained from the 'train' dataset
2526
embedding_dim=64,

0 commit comments

Comments
 (0)