mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
[GPU] psi2 ssgplvm
This commit is contained in:
parent
b945e8d01f
commit
98816659dd
2 changed files with 123 additions and 21 deletions
|
|
@ -26,8 +26,8 @@ class RBF(Stationary):
|
|||
self.weave_options = {}
|
||||
self.group_spike_prob = False
|
||||
|
||||
if self.useGPU:
|
||||
self.psicomp = PSICOMP_SSRBF()
|
||||
# if self.useGPU:
|
||||
# self.psicomp = PSICOMP_SSRBF()
|
||||
|
||||
|
||||
def K_of_r(self, r):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue