27 comments (27 comments)13 reactions (13 reactions)0 assignees (0 assignees)Python3,233 forks (3,233 forks)batch import
3rd partydistributedfeaturehelp wanted
Repository metrics
- Stars
- 26,687 stars (26,687 stars)
- PR merge metrics
- Avg merge 9d 15h (Avg merge 9d 15h)3 merged PRs in 30d (3 merged PRs in 30d)
Contributor guide
- Research direction
- Read the referenced PyTorch issue (https://github.com/pytorch/pytorch/issues/38174) to understand the model.join API. Examine how uneven inputs are handled in PyTorch Lightning's DDP integration. Look for existing discussions or partial implementations in the codebase. Consider what changes are needed to support uneven inputs (e.g., padding, gradient synchronization adjustments).
- Tech stack
- pythonpytorch
- Domain
- machine learningdistributed systems
- Issue type
- Feature
- Prerequisites
- PythonPyTorchDistributed training concepts