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: Added a model configuration that supports SparseNN, TowerSparseNN, TowerCollectionSparseNN models. Future commits will add support for DeepFM and DLRM models. Differential Revision: D76833673

CLA Signed
fb-exported

Summary: Benchmark framework for MPZCH Rollback Plan: Differential Revision: D76150895

CLA Signed
fb-exported

Hey team, we have a working pipeline that uses torchrec 1.1.0. When we bump the version to 1.2.0, we are getting the following error (removed path prefixes): ``` File "sharded_sparse_and_dense_sequence_module.py",...

Summary: Did some offline benchmarking and found using index select is significantly faster than existing fbgemm.permute_embeddings when running KTRegroupAsDict for Ads model remote Ro. As a result pushing this up...

CLA Signed
fb-exported

Summary: This commit introduces enhancements to the optimizer configuration in TorchRec. It now supports specifying the optimizer type, learning rate, momentum, and weight decay. These changes provide more flexibility and...

CLA Signed
fb-exported

Summary: ### Major changes - Copy the following files from `fb` to corresponding location in the `torchrec` repository - `fb/distributed/hash_mc_embedding.py → torchrec/distributed/hash_mc_embedding.py` - `fb/modules/hash_mc_evictions.py → torchrec/modules/hash_mc_evictions.py` - `fb/modules/hash_mc_metrics.py → torchrec/modules/hash_mc_metrics.py`...

CLA Signed
fb-exported

Summary: list[torch.tensor] states were not handled correctly, this diff adds the requisite support TODO: in next diff we will optimize the collective calls such that we are not all gathering...

CLA Signed
fb-exported

Differential Revision: D76457454

CLA Signed
fb-exported

Summary: Each table in collection will have FQN. We can simplify the logic with this assumption to avoid two iterations. Existing tests passed with this logic. Differential Revision: D76432354

CLA Signed
fb-exported