https://github.com/GPflow/GPflow
Revision a5add0fad9fff902a7f6ae84573eb98bb0417af1 authored by vdutor on 28 January 2019, 15:22:49 UTC, committed by vdutor on 28 January 2019, 15:22:49 UTC
1 parent 830d414
Raw File
Tip revision: a5add0fad9fff902a7f6ae84573eb98bb0417af1 authored by vdutor on 28 January 2019, 15:22:49 UTC
intro to notebooks
Tip revision: a5add0f
gpflowrc
[logging]
# possible levels: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOSET
level = WARNING

[verbosity]
tf_compile_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