Skip to content

Video Encoder test_contiguity sometimes fails to produce identical tensors #1047

@Dan-Flores

Description

@Dan-Flores

🐛 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions