mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 18:42:39 +02:00
[mpi] fix the bug of mpi
This commit is contained in:
parent
e6d07ad5ac
commit
e7177b6d37
2 changed files with 31 additions and 19 deletions
|
|
@ -78,7 +78,7 @@ class VarDTC_minibatch(LatentFunctionInference):
|
|||
num_inducing = Z.shape[0]
|
||||
num_data, output_dim = Y.shape
|
||||
|
||||
if self.batchsize == None or self.batchsize>num_data:
|
||||
if self.batchsize == None:
|
||||
self.batchsize = num_data
|
||||
|
||||
trYYT = self.get_trYYT(Y)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue