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
MANIFEST.in
include doc/source/conf.py
include doc/source/*.rst
include doc/source/notebooks/*.ipynb
include README.md
include RELEASE.md
include LICENSE
include VERSION
back to top