https://github.com/GPflow/GPflow
Revision 18253ba9534907f61e1c14691a4129da9ec116fe authored by uri-granta on 08 March 2022, 12:48:15 UTC, committed by GitHub on 08 March 2022, 12:48:15 UTC
* Use einsum rather than diag_part on a product

* Format

* Handle leading dimensions

Co-authored-by: Uri Granta <uri.granta@secondmind.io>
1 parent 9332bd1
Raw File
Tip revision: 18253ba9534907f61e1c14691a4129da9ec116fe authored by uri-granta on 08 March 2022, 12:48:15 UTC
Make posterior predict more memory efficient (#1809)
Tip revision: 18253ba
tests_requirements.txt
mypy
black==20.8b1
isort>=5.1
pytest>=3.5.0
pytest-cov
pytest-random-order
pytest-xdist  # for local tests only
codecov
types-dataclasses
types-pkg_resources  # for mypy check of gpflow/versions.py
types-tabulate
types-Deprecated

# 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