From b89196c7cf25c4b4266133045762f3216ad998b6 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Fri, 28 Aug 2015 14:03:14 +0300 Subject: [PATCH] Checking kerngrads full_value --- GPy/models/bayesian_gplvm_minibatch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GPy/models/bayesian_gplvm_minibatch.py b/GPy/models/bayesian_gplvm_minibatch.py index 8b8c6feb..85b1e44f 100644 --- a/GPy/models/bayesian_gplvm_minibatch.py +++ b/GPy/models/bayesian_gplvm_minibatch.py @@ -120,6 +120,8 @@ class BayesianGPLVMMiniBatch(SparseGPMiniBatch): E.g. set the gradients of parameters, etc. """ super(BayesianGPLVMMiniBatch, self)._outer_values_update(full_values) + print full_values['kerngrad'] + import ipdb; ipdb.set_trace() # XXX BREAKPOINT if self.has_uncertain_inputs(): meangrad_tmp, vargrad_tmp = self.kern.gradients_qX_expectations( variational_posterior=self.X,