-
Notifications
You must be signed in to change notification settings - Fork 723
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
Seq2seq: failure when evaluating while training #1522
Comments
The same problem, repeats almost everywhere, with the same conditions. OSs Ubuntu & Windows 11. |
Hey @The-One-Who-Speaks-and-Depicts and @Futyn-Maker, Any luck in solving this issue as I am facing the same error during model_train |
@Moustafa-Banbouk I have been experiencing this for the year or so, no ideas. I just switched the validation off in args, and called it a day. |
The same for now, it didn't really interfere with the project I was working on at the time - but I consider it an extremely critical bug. |
@The-One-Who-Speaks-and-Depicts @Futyn-Maker @Moustafa-Banbouk Can you guys try disabling multi-processing using,
|
@The-One-Who-Speaks-and-Depicts |
@DamithDR I had this issue on my laptop, and on a server, where I used only one GPU. |
Describe the bug
During the training of Seq2seq-type models, with evaluation enabled, a Pandas error
ValueError: All arrays must be of the same length
occurs in Google Colab (free plan) during evaluation.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Learning and evaluating without failures
Screenshots
If applicable, add screenshots to help explain your problem.
Not applicable
Desktop (please complete the following information):
Windows 11 (But in fact using in Google Colab)
Additional context
Add any other context about the problem here.
Here are the reduced logs:
The text was updated successfully, but these errors were encountered: