https://github.com/GPflow/GPflow
Revision 002b217f983e55811faabf2e548e7c4e66ff09c6 authored by st-- on 25 February 2020, 23:00:29 UTC, committed by GitHub on 25 February 2020, 23:00:29 UTC
Adds random seed setting as required to the various notebooks under doc/source/notebooks to make sure they're as reproducible as possible (i.e., re-running shouldn't change the git diff).

There are still some issues with

tailor/gp_nn (tensor shape warnings, and bad accuracy)
tailor/mixture_density_networks (autograph warnings despite setting autograph=False?)
1 parent 1bd337f
Raw File
Tip revision: 002b217f983e55811faabf2e548e7c4e66ff09c6 authored by st-- on 25 February 2020, 23:00:29 UTC
Make notebooks deterministic (#1265)
Tip revision: 002b217
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # mixture-density-network
ipywidgets  # Required by tensorflow-datasets
back to top