-
Notifications
You must be signed in to change notification settings - Fork 111
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
train error: svd_cuda #21
Comments
which cuda and pytorch version? |
Thank you for your response. I used CUDA 10. 0 and pytorch1.7. Are there any problems?
…---Original---
From: "flybiubiu"<[email protected]>
Date: Sat, Feb 20, 2021 22:20 PM
To: "andreas128/SRFlow"<[email protected]>;
Cc: "viki-li"<[email protected]>;"Author"<[email protected]>;
Subject: Re: [andreas128/SRFlow] train error: svd_cuda (#21)
which cuda and pytorch version?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I train it with same problem before, But I run setup file all problem are display. |
Hi viki-li, this error usually occurs in the back propagation step of the 1x1 convolution, when the learning rate is too high. Does it help to reduce the learning rate? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thank you for your work.When I tried to train with my own datasets, I used the SRFlow_DF2K_4x model, but during the training process, "svd_cuda: the updating process of SBDSDC did not converage (error:11)" error appeared.Have you ever encountered the same reason in your training?Is there a solution?
![image](https://user-images.githubusercontent.com/77031692/108587338-0583b500-738e-11eb-8d83-620f8c27ae94.png)
The text was updated successfully, but these errors were encountered: