forked from pytorch/torchrec
-
Notifications
You must be signed in to change notification settings - Fork 0
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 (pytorch#2149) Summary: Pull Request resolved: pytorch#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) Differential Revision: D57944338
- Loading branch information
1 parent
3eff5ce
commit 54047a5
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.