mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 08:42:39 +02:00
mrd gradients
This commit is contained in:
parent
d02f212612
commit
0f0a0dae0a
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class MRD(Model):
|
|||
self._log_marginal_likelihood += lml
|
||||
|
||||
# likelihood gradients
|
||||
l.update_gradients(grad_dict.pop('partial_for_likelihood'))
|
||||
l.update_gradients(grad_dict.pop('dL_dthetaL'))
|
||||
|
||||
#gradients wrt kernel
|
||||
dL_dKmm = grad_dict.pop('dL_dKmm')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue