mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
Added (SLOW) Pure Python implementations of flat_to_triang and triang_to_flat
This commit is contained in:
parent
27c65003d2
commit
985b2ea70c
4 changed files with 48 additions and 12 deletions
|
|
@ -170,7 +170,7 @@ class VarDTC_minibatch(LatentFunctionInference):
|
|||
Kmm = kern.K(Z).copy()
|
||||
diag.add(Kmm, self.const_jitter)
|
||||
if not np.isfinite(Kmm).all():
|
||||
print Kmm
|
||||
print(Kmm)
|
||||
Lm = jitchol(Kmm)
|
||||
|
||||
LmInvPsi2LmInvT = backsub_both_sides(Lm,psi2_full,transpose='right')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue