Removed comment

This commit is contained in:
Alan Saul 2015-08-28 14:23:44 +03:00
parent b89196c7cf
commit 1a2b194aa2

View file

@ -120,8 +120,6 @@ 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,