https://github.com/GPflow/GPflow
Raw File
Tip revision: cebac779cfe5f33752dbd520d1425ce47e3d5911 authored by alexggmatthews on 15 November 2016, 13:24:55 UTC
Updating to use of jittered cholesky.
Tip revision: cebac77
gpflowrc
[verbosity]
tf_compile_verb = False
hmc_verb = True
optimisation_verb = False

[dtypes]
float_type = float64
int_type = int32

[numerics]
jitter_level = 1e-6

[profiling]
dump_timeline = False
dump_tensorboard = False
back to top