LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/data_science_bowl.yaml
pyplatypus/__init__.py
pyplatypus/engine.py
pyplatypus/errors.py
pyplatypus.egg-info/PKG-INFO
pyplatypus.egg-info/SOURCES.txt
pyplatypus.egg-info/dependency_links.txt
pyplatypus.egg-info/entry_points.txt
pyplatypus.egg-info/requires.txt
pyplatypus.egg-info/top_level.txt
pyplatypus/data/__init__.py
pyplatypus/data/augmentation.py
pyplatypus/data/dataset.py
pyplatypus/data/images.py
pyplatypus/data/masks.py
pyplatypus/data/paths.py
pyplatypus/models/__init__.py
pyplatypus/models/encoders.py
pyplatypus/models/layers.py
pyplatypus/models/unet.py
pyplatypus/objectives/__init__.py
pyplatypus/objectives/functional.py
pyplatypus/objectives/losses.py
pyplatypus/objectives/metrics.py
pyplatypus/spec/__init__.py
pyplatypus/spec/common.py
pyplatypus/spec/components.py
pyplatypus/spec/data.py
pyplatypus/spec/loader.py
pyplatypus/spec/models.py
pyplatypus/spec/schema.py
pyplatypus/spec/spec.py
pyplatypus/training/__init__.py
pyplatypus/training/callbacks.py
pyplatypus/training/optimizers.py
pyplatypus/training/torch_data.py
pyplatypus/training/trainer.py
tests/conftest.py
tests/test_engine.py
tests/data/test_dataset.py
tests/data/test_dsbowl.py
tests/data/test_images.py
tests/data/test_masks.py
tests/data/test_paths.py
tests/fixtures/experiment.yaml
tests/models/test_learning.py
tests/models/test_unet.py
tests/objectives/test_functional.py
tests/objectives/test_losses.py
tests/objectives/test_metrics.py
tests/spec/test_components.py
tests/spec/test_errors.py
tests/spec/test_schema.py
tests/spec/test_shapes.py
tests/spec/test_spec.py
tests/spec/test_tiling.py
tests/spec/test_yaml.py
tests/training/test_callbacks.py
tests/training/test_no_warnings.py
tests/training/test_optimizers.py
tests/training/test_trainer.py