mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 12:32:40 +02:00
Checking kerngrads full_value
This commit is contained in:
parent
e12575c0c6
commit
b89196c7cf
1 changed files with 2 additions and 0 deletions
|
|
@ -120,6 +120,8 @@ class BayesianGPLVMMiniBatch(SparseGPMiniBatch):
|
||||||
E.g. set the gradients of parameters, etc.
|
E.g. set the gradients of parameters, etc.
|
||||||
"""
|
"""
|
||||||
super(BayesianGPLVMMiniBatch, self)._outer_values_update(full_values)
|
super(BayesianGPLVMMiniBatch, self)._outer_values_update(full_values)
|
||||||
|
print full_values['kerngrad']
|
||||||
|
import ipdb; ipdb.set_trace() # XXX BREAKPOINT
|
||||||
if self.has_uncertain_inputs():
|
if self.has_uncertain_inputs():
|
||||||
meangrad_tmp, vargrad_tmp = self.kern.gradients_qX_expectations(
|
meangrad_tmp, vargrad_tmp = self.kern.gradients_qX_expectations(
|
||||||
variational_posterior=self.X,
|
variational_posterior=self.X,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue