-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to specify pipelineable preproc modules to ignore during …
…SDD model rewrite (#2149) Summary: Pull Request resolved: #2149 Make torchrec automatically pipeline any modules that don't have trainable params during sparse data dist pipelining. tldr; with some traversal logic changes, TorchRec sparse data dist pipeline can support arbitrary input transformations at input dist stage as long as they are composed of either nn.Module calls or currently supported ops (mainly getattr and getitem) Reviewed By: dstaay-fb Differential Revision: D57944338 fbshipit-source-id: 834db7405f8ae0c924ed53212f497b9c41121b52
- Loading branch information
1 parent
0ee9aa8
commit 1db15f8
Showing
6 changed files
with
1,153 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.