https://github.com/GPflow/GPflow
Raw File
Tip revision: 2a755d547574a9cd4bc813ab147cc57a30808737 authored by Alexander G. de G. Matthews on 04 November 2016, 14:23:00 UTC
Incrementing minor version number to 0.3.4 (#262)
Tip revision: 2a755d5
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