https://github.com/GPflow/GPflow
Revision 24b5733d161bed633dd5c00c4de3faf4d4ee0322 authored by Eric Hammy on 13 November 2019, 12:27:36 UTC, committed by Artem Artemev on 13 November 2019, 12:27:36 UTC
Migrate MCMC notebook to gpflow 2 using tensorflow probabilities.
Changes required a few changes across the rest of the codebase, outside of the notebook.

* small change to leaf printing function (fix bug, which was preventing printing of composite kernels)
* parameters and trainable_parameters now return tuples, not generators, like tf implementation of variables, trainable_variables
* tfp.distributions now work with different dtypes (by wrapping of parameters), so now play nicely with gpflow.
1 parent 046b107
History
Tip revision: 24b5733d161bed633dd5c00c4de3faf4d4ee0322 authored by Eric Hammy on 13 November 2019, 12:27:36 UTC
Migrate MCMC notebook to gpflow2.0 (#1100)
Tip revision: 24b5733
File Mode Size
.circleci
.github
doc
gpflow
tests
.coveragerc -rw-r--r-- 286 bytes
.coveralls.yml -rw-r--r-- 23 bytes
.gitignore -rw-r--r-- 828 bytes
.pylintrc -rw-r--r-- 14.6 KB
GLOSSARY.md -rw-r--r-- 1.4 KB
LICENSE -rw-r--r-- 11.1 KB
MANIFEST.in -rw-r--r-- 158 bytes
Makefile -rw-r--r-- 597 bytes
README.md -rw-r--r-- 5.5 KB
RELEASE.md -rw-r--r-- 6.9 KB
VERSION -rw-r--r-- 7 bytes
codecov.yml -rw-r--r-- 274 bytes
contributing.md -rw-r--r-- 7.3 KB
docs_require.txt -rw-r--r-- 143 bytes
notebooks l--------- 21 bytes
setup.py -rw-r--r-- 2.2 KB
tests_requirements.txt -rw-r--r-- 143 bytes

README.md

back to top