mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 17:52:39 +02:00
[GPU] psi1
This commit is contained in:
parent
4465c5be8d
commit
b945e8d01f
4 changed files with 114 additions and 109 deletions
|
|
@ -63,8 +63,6 @@ class SSGPLVM(SparseGP):
|
|||
kernel.group_spike_prob = True
|
||||
self.variational_prior.group_spike_prob = True
|
||||
|
||||
if isinstance(inference_method, VarDTC_GPU) and self.kern._support_GPU:
|
||||
self.kern.useGPU = True
|
||||
|
||||
SparseGP.__init__(self, X, Y, Z, kernel, likelihood, inference_method, name, **kwargs)
|
||||
self.add_parameter(self.X, index=0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue