https://github.com/GPflow/GPflow
Revision 5e841b739101292f4494008c255f6f6ff63b1985 authored by Artem Artemev on 19 April 2018, 14:24:02 UTC, committed by GitHub on 19 April 2018, 14:24:02 UTC
GPflow model saver. Supports native GPflow models and provides an interface for defining custom savers for user's models. Saver stores GPflow structures and pythonic types as numpy structured arrays and serializes them using HDF5.
1 parent 2fb4b6d
Raw File
Tip revision: 5e841b739101292f4494008c255f6f6ff63b1985 authored by Artem Artemev on 19 April 2018, 14:24:02 UTC
Model saver (#660)
Tip revision: 5e841b7
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 gpflow/gpflowrc
back to top