🐛 Describe the bug
Sporadically, the TestVideoEncoder.test_contiguity test fails.
Although this test passes after retrying, I'm opening this issue to track it:
FAILED test/test_encoders.py::TestVideoEncoder::test_contiguity[to_file] - AssertionError: The values for attribute 'shape' do not match: torch.Size([11027]) != torch.Size([11003]).
FAILED test/test_encoders.py::TestVideoEncoder::test_contiguity[to_tensor] - AssertionError: The values for attribute 'shape' do not match: torch.Size([11034]) != torch.Size([11003]).
Examples: 1, 2, 3
Versions
Appears on CI, observed on Windows and Linux