LICENSE.txt
README.md
setup.cfg
setup.py
livelossplot/__init__.py
livelossplot/main_logger.py
livelossplot/plot_losses.py
livelossplot/version.py
livelossplot.egg-info/PKG-INFO
livelossplot.egg-info/SOURCES.txt
livelossplot.egg-info/dependency_links.txt
livelossplot.egg-info/not-zip-safe
livelossplot.egg-info/requires.txt
livelossplot.egg-info/top_level.txt
livelossplot/inputs/__init__.py
livelossplot/inputs/generic_keras.py
livelossplot/inputs/keras.py
livelossplot/inputs/poutyne.py
livelossplot/inputs/pytorch_ignite.py
livelossplot/inputs/tf_keras.py
livelossplot/outputs/__init__.py
livelossplot/outputs/base_output.py
livelossplot/outputs/bokeh_plot.py
livelossplot/outputs/extrema_printer.py
livelossplot/outputs/matplotlib_plot.py
livelossplot/outputs/matplotlib_subplots.py
livelossplot/outputs/tensorboard_logger.py
livelossplot/outputs/tensorboard_tf_logger.py
tests/test_bokeh_output.py
tests/test_extrema_printer.py
tests/test_from_step.py
tests/test_main_logger.py
tests/test_plot_losses.py