Skip to content
New issue

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

test_run_glue_with_pabee failing #6421

Closed
sshleifer opened this issue Aug 11, 2020 · 5 comments
Closed

test_run_glue_with_pabee failing #6421

sshleifer opened this issue Aug 11, 2020 · 5 comments
Assignees

Comments

@sshleifer
Copy link
Contributor

examples/bert-loses-patience/test_run_glue_with_pabee.py::PabeeTests::test_run_glue

https://app.circleci.com/pipelines/github/huggingface/transformers/10373/workflows/0c9f2e61-2732-4857-84f0-71b59ddf10a9/jobs/71646

@JetRunner

@JetRunner
Copy link
Contributor

@sshleifer Thanks for the issue. I noticed that this test fails sometimes. Do you have any idea how long has this problem been? Is it broken at the beginning or recently?

@sshleifer
Copy link
Contributor Author

Started breaking within the last few days. It is breaking fairly consistently at this point.

@sshleifer
Copy link
Contributor Author

sshleifer commented Aug 11, 2020

It's I guess just flaky, for example it's not broken on master right now.

@sshleifer
Copy link
Contributor Author

But it's not really a flaky "type of error". It's hitting IndexError on an embedding lookup.

IndexError: index out of range in self

@sgugger
Copy link
Collaborator

sgugger commented Aug 11, 2020

It also fails with the assert: self.assertGreaterEqual(value, 0.75) in my case (three times out of four right now).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants