mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
[chaching] changing all chacher limits to 3
This commit is contained in:
parent
99caca6702
commit
b1e073318f
48 changed files with 72 additions and 72 deletions
|
|
@ -21,7 +21,7 @@ class VarDTC_minibatch(LatentFunctionInference):
|
|||
|
||||
"""
|
||||
const_jitter = 1e-8
|
||||
def __init__(self, batchsize=None, limit=1, mpi_comm=None):
|
||||
def __init__(self, batchsize=None, limit=3, mpi_comm=None):
|
||||
|
||||
self.batchsize = batchsize
|
||||
self.mpi_comm = mpi_comm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue