https://github.com/GPflow/GPflow
Raw File
Tip revision: b13937d5519dacd71c92cd7b937b5f9da3cb19ce authored by Mark van der Wilk on 11 January 2017, 09:06:53 UTC
Changes for tf0.12 (#307)
Tip revision: b13937d
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