torchrec
torchrec copied to clipboard
Pytorch domain library for recommendation systems
Summary: ATT Reviewed By: colin2328, RenfeiChen-FB Differential Revision: D37160983
Summary: current setting max_gradients in fused_params does nothing Need to automatically toggle gradient_clipping Differential Revision: D37017267
When passing a empty sharder list to DMP, the `sharder_map` will be a empty dict, which would return `True` for `not sharder_map`. In our experience, it's beneficial to support passing...
Summary: ATT Differential Revision: D36466766
Summary: Update LazyModuleMixin to be in sync with D36322771 Differential Revision: D36428528
Summary: Properly configure main context to hold multiple child contexts (typically Embedding Collections) Reviewed By: zhangruiskyline, bigning Differential Revision: D36238989
Summary: ATT One common mishap with current optimizer fusion is that planner may select batch_fused even if fused_parmas is empty (thus optimizer defaults to SGD). This is dangerous as it...
Summary: as title Differential Revision: D36149564