https://github.com/GPflow/GPflow
Raw File
Tip revision: 5ab5aaee8696bcb7bcafe6a8cb9334e5ff9186ad authored by mqbssaby on 11 January 2017, 14:12:37 UTC
contrast full and diag model bounds
Tip revision: 5ab5aae
gpflowrc
[verbosity]
tf_compile_verb = False
hmc_verb = True
optimisation_verb = False

[dtypes]
float_type = float64
int_type = int32

[numerics]
jitter_level = 1e-6
# quadrature can be set to: allow, warn, error
ekern_quadrature = warn

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