Error while processing rearrange-reduction pattern "b c (h ph) (w pw) -> b (h w) (c ph pw)". Input tensor shape: torch.Size([1, 16, 240, 135]). Additional info: {'ph': 2, 'pw': 2}. Shape mismatch, can't divide axis of length 135 in chunks of 2
Open
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
Error while processing rearrange-reduction pattern "b c (h ph) (w pw) -> b (h w) (c ph pw)".
Input tensor shape: torch.Size([1, 16, 240, 135]). Additional info: {'ph': 2, 'pw': 2}.
Shape mismatch, can't divide axis of length 135 in chunks of 2
Contributor guide
Assessment
This issue has not been assessed yet.