https://github.com/GPflow/GPflow
Revision 1aff010d7bd7fad5af18660f7e37c1c2751f8542 authored by Mark van der Wilk on 24 September 2019, 09:53:14 UTC, committed by GitHub on 24 September 2019, 09:53:14 UTC
* Multiple dispatch for KL divergences.

* prevent overwriting dispatcher

* fix SVGP
1 parent f359d17
Raw File
Tip revision: 1aff010d7bd7fad5af18660f7e37c1c2751f8542 authored by Mark van der Wilk on 24 September 2019, 09:53:14 UTC
Mark/gpflow 2.0/kl dispatch (#1035)
Tip revision: 1aff010
.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Emacs backups
*~

# Pycharm IDE directory
.idea

# IPython Notebooks
.ipynb_checkpoints

# VSCode
.vscode
back to top