https://github.com/GPflow/GPflow
Revision 7e3e514db525caad1d964b1cb6ee4282a4e54190 authored by Artem Artemev on 07 May 2020, 12:22:34 UTC, committed by GitHub on 07 May 2020, 12:22:34 UTC
1 parent 5ec7e91
Raw File
Tip revision: 7e3e514db525caad1d964b1cb6ee4282a4e54190 authored by Artem Artemev on 07 May 2020, 12:22:34 UTC
Convert data structures to tensor in model init method (#1452)
Tip revision: 7e3e514
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