torchrec icon indicating copy to clipboard operation
torchrec copied to clipboard

Pytorch domain library for recommendation systems

Results 455 torchrec issues
Sort by recently updated
recently updated
newest added

Summary: Instead of overriding nn.Module's state dict implementation, satisfy DMP state dict needs by stripping DMP/DDP prefixes through a post hook. Differential Revision: D35826663

CLA Signed
fb-exported

Summary: ATT Pytorch distributed when writing some GPU unit tests noticed that they didn't have access to GPUs. After some investigation they found that these additional lines were included in...

CLA Signed
fb-exported

Summary: in grpc's examples they include the gen code in case people want to run it without running the protoc commands Differential Revision: D35746611

CLA Signed
fb-exported

Add useful error check. Fix model training mode state so it's on when it should be. Stop adding validation samples to training set. Fix validation from running after a single...

CLA Signed

Summary: Benchmarks for: - combineSparse - combineDense (iobuf, ivalue) - combineEmbedding configurable batch size, number of features and number of requests for both Differential Revision: D35227798

CLA Signed
fb-exported

Summary: title Differential Revision: D34917433

CLA Signed
fb-exported

request on behalf of @adamlerer (adding here to be able to reference) 1. the readme contains no information about how to actually use torchrec, or a problem description of what...

Summary: Same as previous diff just for pytorch/torchrec Reviewed By: jaybean-dev Differential Revision: D39707241

CLA Signed
fb-exported

### Context and Problem: Optimizer overlap/fusion is a technique where upon calling backwards(), the optimizer step upon each parameter is applied as soon as its gradient is calculated. The benefits...