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
To do beam search, I set cond_scale=1.0, turned off do_sample, and set num_beams > 1, then called model.generate().
However, I got the following error.
TypeError: reshape total size must be unchanged, got new_sizes (1, 2) for shape (12,).
Can you help me solve this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To do beam search, I set cond_scale=1.0, turned off do_sample, and set num_beams > 1, then called model.generate().
However, I got the following error.
Can you help me solve this issue?
The text was updated successfully, but these errors were encountered: