Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DLRM Model #1171

Merged
merged 4 commits into from
Jul 3, 2023
Merged

Add DLRM Model #1171

merged 4 commits into from
Jul 3, 2023

Conversation

edknv
Copy link
Contributor

@edknv edknv commented Jul 3, 2023

This PR adds a DLRMModel function that builds a Model using the DLRMBlock added in #1162.

@edknv edknv added enhancement New feature or request area/pytorch labels Jul 3, 2023
@github-actions
Copy link

github-actions bot commented Jul 3, 2023

Documentation preview

https://nvidia-merlin.github.io/models/review/pr-1171

from merlin.schema import Schema


def DLRMModel(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better to turn this into a class that extends Model. That would provide more flexibility to our users since they could extend it. In the past, I think we might have over-used using functions (would make sense if the output-type could differ).

@edknv edknv marked this pull request as ready for review July 3, 2023 11:41
@marcromeyn marcromeyn merged commit 1782b44 into NVIDIA-Merlin:main Jul 3, 2023
35 checks passed
@edknv edknv deleted the torch/dlrm_model branch July 4, 2023 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/pytorch enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants