mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 15:26:23 +02:00
[vardtc missing] logging
Conflicts: GPy/inference/latent_function_inference/var_dtc.py
This commit is contained in:
parent
c66f50262e
commit
08555c5f56
1 changed files with 5 additions and 6 deletions
|
|
@ -296,13 +296,12 @@ class VarDTCMissingData(LatentFunctionInference):
|
|||
|
||||
#logger.info('computing dimension-wise likelihood and derivatives')
|
||||
#size = len(Ys)
|
||||
#size = Y.shape[1]
|
||||
#next_ten = 0
|
||||
size = Y.shape[1]
|
||||
next_ten = 0
|
||||
for i, [y, v, trYYT] in enumerate(itertools.izip(Ys, self._inan.T, traces)):
|
||||
#if ((i+1.)/size) >= next_ten:
|
||||
# logger.info('preparing traces {:> 6.1%}'.format((i+1.)/size))
|
||||
# next_ten += .1
|
||||
#y = y[v]
|
||||
if ((i+1.)/size) >= next_ten:
|
||||
logger.info('inference {:> 6.1%}'.format((i+1.)/size))
|
||||
next_ten += .1
|
||||
if het_noise: beta = beta_all[i]
|
||||
else: beta = beta_all
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue