https://github.com/GPflow/GPflow
Revision a5210f6c99e3e9519432733fae18ea7feef22f5b authored by Artem Artemev on 04 October 2017, 22:17:25 UTC, committed by Artem Artemev on 04 October 2017, 22:17:25 UTC
1 parent 04ab8b3
Raw File
Tip revision: a5210f6c99e3e9519432733fae18ea7feef22f5b authored by Artem Artemev on 04 October 2017, 22:17:25 UTC
Advanced minibatching. Volatile batch size.
Tip revision: a5210f6
.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