mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 13:02:38 +02:00
Fixed mrd init call
This commit is contained in:
parent
38c78dfbde
commit
73bd02261d
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class MRD(Model):
|
||||||
self.NQ = self.num_data * self.input_dim
|
self.NQ = self.num_data * self.input_dim
|
||||||
self.MQ = self.num_inducing * self.input_dim
|
self.MQ = self.num_inducing * self.input_dim
|
||||||
|
|
||||||
super(MRD, self).__init__()
|
Model.__init__(self)
|
||||||
self._set_params(self._get_params())
|
self._set_params(self._get_params())
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue