We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transformers 4.38.0dev
@gante
examples
Hard to reproduce, unfortunately.
Running the single test enough times will trigger a failure:
python -m pytest -v tests/models/vision_encoder_decoder/test_modeling_vision_encoder_decoder.py::ViT2TrOCR::test_encoder_decoder_model_generate
Fails with:
FAILED tests/models/vision_encoder_decoder/test_modeling_vision_encoder_decoder.py::ViT2TrOCR::test_encoder_decoder_model_generate - AssertionError: torch.Size([13, 8]) != (13, 20)
Reference CI run: https://app.circleci.com/pipelines/github/huggingface/transformers/83611/workflows/666b01c9-1be8-4daa-b85d-189e670fc168/jobs/1078635/tests#failed-test-0
Non-flaky behaviour for the tests.
The text was updated successfully, but these errors were encountered:
test_encoder_decoder_model_generate
vision_encoder_deocder
cc @zucchini-nlp
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
System Info
transformers 4.38.0dev
Who can help?
@gante
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Hard to reproduce, unfortunately.
Running the single test enough times will trigger a failure:
Fails with:
Reference CI run: https://app.circleci.com/pipelines/github/huggingface/transformers/83611/workflows/666b01c9-1be8-4daa-b85d-189e670fc168/jobs/1078635/tests#failed-test-0
Expected behavior
Non-flaky behaviour for the tests.
The text was updated successfully, but these errors were encountered: