facebookresearch / facebookresearch/fvcore
Unsupport the high dimension inputs that larger than 5.
Open
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
It raises an assert error in the following code when our input shape is [B, C, H, W, h, w], whose dimension is larger than 5. Can I directly modify 5 to 6? Does it effect the final results?
https://github.com/facebookresearch/fvcore/blob/b905b9bfcaba54e04fd63054315f8120d0295975/fvcore/nn/jit_handles.py#L236-L246
Contributor guide
Assessment
This issue has not been assessed yet.