https://github.com/GPflow/GPflow
Revision a7fca097eb9523c7f926c9bd68d4815f9ed72116 authored by st-- on 09 September 2019, 12:45:34 UTC, committed by GitHub on 09 September 2019, 12:45:34 UTC
change ImageToTensorboardTask to not add ops to the graph each time monitoring is run
1 parent 95c3b31
Raw File
Tip revision: a7fca097eb9523c7f926c9bd68d4815f9ed72116 authored by st-- on 09 September 2019, 12:45:34 UTC
Fix ImageToTensorboardTask graph pollution (#1041)
Tip revision: a7fca09
.coveragerc
[report]
omit = *tests*, setup.py
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