zhanghang1989 / zhanghang1989/PyTorch-Encoding
size mismatch errror assert len(modules) == len(inputs) in parallel 168.
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2k
- Forks
- 448
- PR merge metrics
- No merged PRs in 30d
Description
do we need to scatter the input by ourself, since it is weird that len(modules) should equal to the len(inputs) ? hope your help, thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported size-mismatch error in parallel execution and inspect the assertion that len(modules) must equal len(inputs). Determine whether inputs should be scattered automatically; done means the parallel path handles the intended input layout without raising this mismatch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- distributed-systems, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100