Module livelossplot.outputs

Expand source code
# technical

from .base_output import BaseOutput

# default

from .matplotlib_plot import MatplotlibPlot
from .extrema_printer import ExtremaPrinter

# with external dependencies
# import are respective __init__ methods
# hack-ish, but works (and I am not aware of a more proper way to do so)

from .bokeh_plot import BokehPlot
from .neptune_logger import NeptuneLogger
from .tensorboard_logger import TensorboardLogger
from .tensorboard_tf_logger import TensorboardTFLogger

# with external dependencies

from . import matplotlib_subplots

Sub-modules

livelossplot.outputs.base_output
livelossplot.outputs.bokeh_plot
livelossplot.outputs.extrema_printer
livelossplot.outputs.matplotlib_plot
livelossplot.outputs.matplotlib_subplots
livelossplot.outputs.neptune_logger
livelossplot.outputs.tensorboard_logger
livelossplot.outputs.tensorboard_tf_logger