-
Notifications
You must be signed in to change notification settings - Fork 97
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
qpth Error: Cannot perform LU factorization on Q. #37
Comments
Pytorch 1.3.1 + Python 3.6 have same problem. |
I am not sure why this happens. FYI, I am able to run the code with qpth 0.0.13. |
Upgrade the version of qpth might be work. |
The suggestion by @cryu854 seems to have worked for me (using torch==1.2.0 and qpth==0.0.15). The script runs now, but there are a number of other warnings like:
Not sure if any of these impact the correctness of training. |
Pytorch 1.0.1. Still have this problem with RTX2080ti.
The text was updated successfully, but these errors were encountered: