We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082999a commit e5f5e4fCopy full SHA for e5f5e4f
model.py
@@ -20,6 +20,7 @@
20
# Assuming 'train.schema' is defined based on the 'train' Dataset
21
# The schema should describe the structure of the input data for the model.
22
23
+#merlin model NVIDIA
24
model = mm.DLRMModel(
25
train.schema, # The schema should be obtained from the 'train' dataset
26
embedding_dim=64,
0 commit comments