LICENSE
MANIFEST.in
README.md
pyproject.toml
frogbox/__init__.py
frogbox/cli.py
frogbox/config.py
frogbox/run.py
frogbox/tensor_utils.py
frogbox/utils.py
frogbox.egg-info/PKG-INFO
frogbox.egg-info/SOURCES.txt
frogbox.egg-info/dependency_links.txt
frogbox.egg-info/entry_points.txt
frogbox.egg-info/requires.txt
frogbox.egg-info/top_level.txt
frogbox/callbacks/__init__.py
frogbox/callbacks/callback.py
frogbox/callbacks/image_logger.py
frogbox/data/__init__.py
frogbox/data/dataset.py
frogbox/data/model.py
frogbox/engines/__init__.py
frogbox/engines/engine.py
frogbox/engines/events.py
frogbox/engines/supervised.py
frogbox/handlers/__init__.py
frogbox/handlers/checkpoint.py
frogbox/handlers/composite_loss_logger.py
frogbox/handlers/metric_logger.py
frogbox/handlers/optimizer_logger.py
frogbox/handlers/output_logger.py
frogbox/pipelines/__init__.py
frogbox/pipelines/composite_loss.py
frogbox/pipelines/lr_scheduler.py
frogbox/pipelines/name_generation.py
frogbox/pipelines/pipeline.py
frogbox/pipelines/supervised.py
tests/test_config.py
tests/test_package.py