https://github.com/GPflow/GPflow
Revision 6a455db8f33ceefa0f8c544dc427ba6402f85588 authored by st-- on 07 January 2020, 21:15:01 UTC, committed by GitHub on 07 January 2020, 21:15:01 UTC
Allows gpflow2 to work better with tf.function() when static shapes are unknown (e.g. when minibatching). Closes #1179 

Co-authored-by: marcoadurno <marco.adurno@gmail.com>
1 parent fb66fb5
Raw File
Tip revision: 6a455db8f33ceefa0f8c544dc427ba6402f85588 authored by st-- on 07 January 2020, 21:15:01 UTC
dynamic shape evaluation instead of static shapes (#1181)
Tip revision: 6a455db
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
matplotlib
sklearn  # mixture-density-network
ipywidgets  # Required by tensorflow-datasets
back to top