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
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top