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
CG is not converged only in GPU (outputs NaN)
$ python cg.py Trial: 0 Running CPU... Failed to converge. Increase max-iter or tol. CPU : 52.715649 sec 0.0486944550392 Running GPU... Failed to converge. Increase max-iter or tol. GPU : 10.008114 sec nan Trial: 1 Running CPU... CPU : 39.463507 sec 6.96499403247e-05 Running GPU... Failed to converge. Increase max-iter or tol. GPU : 9.536461 sec 486256.04841 Trial: 2 Running CPU... CPU : 39.770958 sec 4.97618615769e-05 Running GPU... Failed to converge. Increase max-iter or tol. GPU : 9.568508 sec nan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CG is not converged only in GPU (outputs NaN)
The text was updated successfully, but these errors were encountered: