-
Notifications
You must be signed in to change notification settings - Fork 565
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
Can't instantiate priors #503
Comments
Just commenting to mention I have tried your examples and I confirm the issue For uniform, perhaps you can set a bound instead? model.kern.variance.constrain_bounded(1,2) |
Hello, Another bump for this issue, I am also experiencing it. |
Same problem here with version 1.9.8 and InvGamma. Gamma works with two parameters but not InvGamma. |
HalfT doesn't work either... Anyone have trouble with Gamma fitting non-modal values under the log prior? seems to be out by a factor of 3 or so |
I got this issue as well (just upgraded to Python 3.8). Seems to be due to an issue in the
Whereas
By swapping out I got |
Did anyone solve this problem? I have the exactly same issue. |
this got it running for me though as it's called from another package (DP_GP) that is re-setting priors on each update with the shape and rate parameter I'm not sure if this is doing exactly what it' supposed to, so I also added the property blocks that are present in the Gamma class which seem to have been updated to handle this type of error:
|
Many priors from 'GPy.priors' don't work at all:
same issue with
Exponential
. On the other hand, some priors do work:but only with explicitly specified parameters, otherwise:
The text was updated successfully, but these errors were encountered: