mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
a bug fix for VarDTC_minibatch
This commit is contained in:
parent
0f47a6b35f
commit
5697a533e7
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ class VarDTC_minibatch(LatentFunctionInference):
|
|||
#======================================================================
|
||||
|
||||
# dL_dKmm = -(output_dim*np.einsum('md,od->mo',KmmInvPsi2LLInvT,KmmInvPsi2LLInvT) + vvt)/2.
|
||||
dL_dKmm = dL_dpsi2R - KmmInv.dot(psi2_full).dot(KmmInv)/2.
|
||||
dL_dKmm = dL_dpsi2R - output_dim*KmmInv.dot(psi2_full).dot(KmmInv)/2.
|
||||
|
||||
#======================================================================
|
||||
# Compute the Posterior distribution of inducing points p(u|Y)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue