LICENSE
README.md
pyproject.toml
src/hcc_sempath/__init__.py
src/hcc_sempath/download.py
src/hcc_sempath/iac_naming.py
src/hcc_sempath/release_hub.py
src/hcc_sempath/spatial_schema.py
src/hcc_sempath.egg-info/PKG-INFO
src/hcc_sempath.egg-info/SOURCES.txt
src/hcc_sempath.egg-info/dependency_links.txt
src/hcc_sempath.egg-info/entry_points.txt
src/hcc_sempath.egg-info/requires.txt
src/hcc_sempath.egg-info/top_level.txt
src/hcc_sempath/annotation/__init__.py
src/hcc_sempath/annotation/information.py
src/hcc_sempath/annotation/queues.py
src/hcc_sempath/annotation/server.py
src/hcc_sempath/annotation/tiles.py
src/hcc_sempath/build/__init__.py
src/hcc_sempath/build/supervision.py
src/hcc_sempath/build/teacher_features.py
src/hcc_sempath/build/tiles.py
src/hcc_sempath/build/training_cache.py
src/hcc_sempath/build/wsi.py
src/hcc_sempath/cli/__init__.py
src/hcc_sempath/cli/main.py
src/hcc_sempath/deployment/__init__.py
src/hcc_sempath/deployment/export.py
src/hcc_sempath/inference/__init__.py
src/hcc_sempath/inference/benchmark.py
src/hcc_sempath/inference/inputs.py
src/hcc_sempath/inference/model.py
src/hcc_sempath/inference/predictions.py
src/hcc_sempath/inference/run.py
src/hcc_sempath/io/__init__.py
src/hcc_sempath/io/qc.py
src/hcc_sempath/io/tiling.py
src/hcc_sempath/modeling/__init__.py
src/hcc_sempath/modeling/models.py
src/hcc_sempath/modeling/prototypes.py
src/hcc_sempath/modeling/roi_plan.py
src/hcc_sempath/teacher/__init__.py
src/hcc_sempath/teacher/cache.py
src/hcc_sempath/training/__init__.py
src/hcc_sempath/training/_pipeline_probe.py
src/hcc_sempath/training/config.py
src/hcc_sempath/training/datasets.py
src/hcc_sempath/training/engine.py
src/hcc_sempath/training/evaluate.py
src/hcc_sempath/training/feature_pack_merge.py
src/hcc_sempath/training/feature_pack_shuffle.py
src/hcc_sempath/training/losses.py
src/hcc_sempath/training/manifest.py
src/hcc_sempath/training/metrics.py
src/hcc_sempath/training/pamtd.py
src/hcc_sempath/training/prototype_labels.py
src/hcc_sempath/training/roi.py
src/hcc_sempath/training/spatial_losses.py
src/hcc_sempath/training/spatial_validation.py
src/hcc_sempath/training/train.py
src/hcc_sempath/training/utils.py
tests/test_ablation_config.py
tests/test_annotate_prototypes.py
tests/test_annotation_information.py
tests/test_batch_loader.py
tests/test_build_teacher_features.py
tests/test_cli_main.py
tests/test_config_merge.py
tests/test_dynamic_prototypes.py
tests/test_evaluate_contract.py
tests/test_iac_naming.py
tests/test_inference_inputs.py
tests/test_inference_predictions.py
tests/test_inference_run.py
tests/test_multi_teacher_modeling.py
tests/test_optuna_a0_search.py
tests/test_pamtd.py
tests/test_prototype_asset_builder.py
tests/test_prototypes.py
tests/test_release_checkpoint_gate.py
tests/test_release_hub.py
tests/test_roi.py
tests/test_roi_information_curve.py
tests/test_roi_plan.py
tests/test_spatial_validation.py
tests/test_student_pretraining.py
tests/test_teacher_cache.py
tests/test_tile_cache_cli.py
tests/test_tile_package_qc.py
tests/test_tiling.py
tests/test_training_metrics.py
tests/test_training_multi_package.py
tests/test_training_schedule.py
tests/test_training_utils.py