mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
parameters once in memory
This commit is contained in:
parent
0df263956f
commit
0a82427e29
4 changed files with 51 additions and 41 deletions
|
|
@ -10,7 +10,7 @@ from param import Param
|
|||
from transformations import Logexp, Logistic
|
||||
|
||||
class VariationalPrior(Parameterized):
|
||||
def __init__(self, name=None, **kw):
|
||||
def __init__(self, name='latent space', **kw):
|
||||
super(VariationalPrior, self).__init__(name=name, **kw)
|
||||
|
||||
def KL_divergence(self, variational_posterior):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue