mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
[logging] more on logging
This commit is contained in:
parent
eb9fb180fb
commit
a9443417d7
3 changed files with 19 additions and 8 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue