https://github.com/GPflow/GPflow
Revision ebf2c8bb8e5f14d371d5052fafd3a0361fffae0b authored by joelberkeley-pio on 03 March 2020, 21:53:23 UTC, committed by GitHub on 03 March 2020, 21:53:23 UTC
Put natgrads back into the varying noise notebook.
Resolves #1173 
1 parent 5f79844
Raw File
Tip revision: ebf2c8bb8e5f14d371d5052fafd3a0361fffae0b authored by joelberkeley-pio on 03 March 2020, 21:53:23 UTC
use natgrad optimizer in varying noise notebook (#1270)
Tip revision: ebf2c8b
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