mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
Removed comment
This commit is contained in:
parent
b89196c7cf
commit
1a2b194aa2
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue