https://github.com/GPflow/GPflow
Revision c10561147b3de1310fd47b7c6bb6e2e6d15fa5cd authored by Markus Kaiser on 03 April 2017, 13:57:21 UTC, committed by Markus Kaiser on 03 April 2017, 13:57:21 UTC
1 parent 01527ae
Raw File
Tip revision: c10561147b3de1310fd47b7c6bb6e2e6d15fa5cd authored by Markus Kaiser on 03 April 2017, 13:57:21 UTC
Add test for randomization of LowerTriangular param
Tip revision: c105611
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
output_file_name = timeline
output_directory = ./
each_time = False

[session]
intra_op_parallelism_threads = 0
inter_op_parallelism_threads = 0
back to top