1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)C++575 forks (575 forks)github user discovery
enhancementgood first issue
Repository metrics
- Stars
- 2,786 stars (2,786 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Examine the scan layers function in torch xla to understand how it iterates over layers and handles layers with no weights. Look at the referenced PR #8734 for context. The fix should allow scanning layers without weights, possibly by skipping weight related operations when weight list is empty.
- Tech stack
- python
- Domain
- machine learningbackend
- Issue type
- Bug
- Prerequisites
- PyTorchXLA basics