https://github.com/GPflow/GPflow
Revision 8562503b32a22c0c364474b46a53a959b6373a64 authored by st-- on 08 October 2020, 15:04:55 UTC, committed by GitHub on 08 October 2020, 15:04:55 UTC
Adds support for inducing variables with dynamically changing shape. Change usage from `len(inducing_variable)` to `inducing_variable.num_inducing` instead. Resolves #1578.
1 parent 9f95d87
Raw File
Tip revision: 8562503b32a22c0c364474b46a53a959b6373a64 authored by st-- on 08 October 2020, 15:04:55 UTC
Replace len(inducing_variable) with inducing_variable.num inducing property (#1594)
Tip revision: 8562503
tests_requirements.txt
mypy
black==19.10b0
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov

# 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