[logging] more on logging

This commit is contained in:
mzwiessele 2014-07-02 10:13:30 -07:00
parent eb9fb180fb
commit a9443417d7
3 changed files with 19 additions and 8 deletions

View file

@ -67,6 +67,7 @@ class BayesianGPLVM(SparseGP):
inference_method = VarDTC()
SparseGP.__init__(self, X, Y, Z, kernel, likelihood, inference_method, name, **kwargs)
self.logger.info("Adding X as parameter")
self.add_parameter(self.X, index=0)
def set_X_gradients(self, X, X_grad):