-
Notifications
You must be signed in to change notification settings - Fork 47
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
Cholesky decomposition was not successful. The input might not be valid. #9
Comments
There are a number of ways the cholesky can fail, and annoyingly the tensorflow error message is worse than useless. Here are some of the things I've experienced
As a general first line of attack, I'd always try the single layer model first (either with DGP with one layer or else SVGP) to see if the error still persists there. |
Using float64 instead of float32 helped. Thanks alot. |
Hi, I am trying to use natural gradient + adam (natgrad) with DGP framework and again while taking natural gradient step I am facing the same issue. I tried all the above thing and still its not working. Am i missing anything? |
I intend to put up a notebook of demo usage for this soon, but for now a few pointers:
|
Hi, I know that this might not be a valid issue for this code as this there in gpflow but this error is being there whenever i use any other dataset apart from mnist. I tried increasing jitter value, that sometimes help but doesn't give any surety. I have tried sum of kernels, normalising input too, that also doesn't always solve the problem. Is there a permanent fix to this?
The text was updated successfully, but these errors were encountered: