mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
fixed target slicing bug in prod kernel
This commit is contained in:
parent
9e0795afc4
commit
65c0c72361
5 changed files with 35 additions and 30 deletions
|
|
@ -16,6 +16,7 @@ def toy_1d():
|
|||
|
||||
m = GPy.models.SVIGPRegression(X,Y, batchsize=10, Z=Z)
|
||||
m.constrain_bounded('noise_variance',1e-3,1e-1)
|
||||
m.constrain_bounded('white_variance',1e-3,1e-1)
|
||||
|
||||
m.param_steplength = 1e-4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue