https://github.com/GPflow/GPflow
Revision 8094187a5a501e55b0cb34b7ea1d12a5b28643ad authored by Artem Artemev on 06 April 2020, 11:56:58 UTC, committed by GitHub on 06 April 2020, 11:56:58 UTC
Best practice demonstrated in our notebooks
1 parent 90f9a12
Raw File
Tip revision: 8094187a5a501e55b0cb34b7ea1d12a5b28643ad authored by Artem Artemev on 06 April 2020, 11:56:58 UTC
Use AUTOTUNE from tf.data.experimental (#1413)
Tip revision: 8094187
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

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

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