-
Notifications
You must be signed in to change notification settings - Fork 587
During DLRM examples to create prediction using TorchRec library. This shows basic example of how to use TorchRec library quickly locally. #3043
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
a5c9e58 to
83a6149
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Pull Request resolved: meta-pytorch#3043 Rollback Plan: Differential Revision: D75989524
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
83a6149 to
8e1313a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
8e1313a to
4f3b50e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
4f3b50e to
d0c4b48
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
d0c4b48 to
c5a4b59
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Pull Request resolved: meta-pytorch#3043 Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
c5a4b59 to
d174d3a
Compare
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
d174d3a to
a74329b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Pull Request resolved: meta-pytorch#3043 Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
a74329b to
55aeec2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
55aeec2 to
0301f50
Compare
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Pull Request resolved: meta-pytorch#3043 Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
0301f50 to
89d6ac8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
89d6ac8 to
350b504
Compare
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Pull Request resolved: meta-pytorch#3043 Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
… basic example of how to use TorchRec library quickly locally. (meta-pytorch#3043) Summary: Pull Request resolved: meta-pytorch#3043 Adding end to end example of using TorchRec library with DLRM to create recommendation. You can use this example in local machine to run and test how TorchRec is used for simple use case. Differential Revision: D75989524
350b504 to
86f9615
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
86f9615 to
50c80c0
Compare
…ctions using TorchRec capabilities. (meta-pytorch#3043) Summary: Pull Request resolved: meta-pytorch#3043 examples demonstrating how to use TorchRec for recommendation model predictions: * **DLRM (Deep Learning Recommendation Model)**: Implementation using TorchRec's EmbeddingBagCollection and KeyedJaggedTensor * **Two Tower Model**: Alternative architecture for recommendation systems Both examples include complete implementations with training, evaluation, and prediction capabilities. Differential Revision: D75989524
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
…ctions using TorchRec capabilities. (meta-pytorch#3043) Summary: Pull Request resolved: meta-pytorch#3043 examples demonstrating how to use TorchRec for recommendation model predictions: * **DLRM (Deep Learning Recommendation Model)**: Implementation using TorchRec's EmbeddingBagCollection and KeyedJaggedTensor * **Two Tower Model**: Alternative architecture for recommendation systems Both examples include complete implementations with training, evaluation, and prediction capabilities. Reviewed By: TroyGarden, aliafzal Differential Revision: D75989524
|
This pull request was exported from Phabricator. Differential Revision: D75989524 |
50c80c0 to
7122639
Compare
Differential Revision: D75989524