https://github.com/GPflow/GPflow
Revision c90ed79f558fb129bc19540f179613eacd94eb9e authored by Artem Artemev on 02 November 2017, 21:01:19 UTC, committed by GitHub on 02 November 2017, 21:01:19 UTC
2 parent s d5ff07d + 9fef7e5
Raw File
Tip revision: c90ed79f558fb129bc19540f179613eacd94eb9e authored by Artem Artemev on 02 November 2017, 21:01:19 UTC
Merge pull request #535 from GPflow/gpflow-1.0-notebooks
Tip revision: c90ed79
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