LICENSE
README.md
pyproject.toml
btvit_cli.egg-info/PKG-INFO
btvit_cli.egg-info/SOURCES.txt
btvit_cli.egg-info/dependency_links.txt
btvit_cli.egg-info/entry_points.txt
btvit_cli.egg-info/requires.txt
btvit_cli.egg-info/top_level.txt
src/__init__.py
src/cli/__init__.py
src/cli/main.py
src/cli/predict_cmd.py
src/cli/predict_impl.py
src/cli/predict_runner.py
src/cli/script_loader.py
src/cli/train_cmd.py
src/cli/train_impl.py
src/cli/train_runner.py
src/cli/utils.py
src/data/__init__.py
src/data/advanced_splitting.py
src/data/axis_dataset.py
src/data/dataset.py
src/data/enhanced_splitting.py
src/data/fusion_dataset.py
src/data/improved_dataloader.py
src/data/memory_preloader.py
src/data/preprocessing.py
src/data/testset_export.py
src/model/__init__.py
src/model/axis_model.py
src/model/fusion_head.py
src/model/vit_model.py
src/model/vit_nd_rotary.py
src/prediction/__init__.py
src/prediction/aggregation.py
src/prediction/patient_predictor.py
src/training/__init__.py
src/training/axis_trainer.py
src/training/epoch_progress_tracker.py
src/training/fusion_feature_cache.py
src/training/fusion_trainer.py
src/training/loss.py
src/training/trainer.py
src/utils/__init__.py
src/utils/config.py
src/utils/logger.py
src/utils/metrics.py
src/utils/monitor.py
src/utils/rich_display.py
src/utils/runtime_output.py
tests/test_axis_dataset.py
tests/test_axis_model.py
tests/test_cli_get.py
tests/test_cli_main.py
tests/test_cli_pred_help.py
tests/test_cli_smoke.py
tests/test_cli_utils.py
tests/test_config_whitelist.py
tests/test_convert_label.py
tests/test_dual_output_smoke.py
tests/test_enhanced_splitting.py
tests/test_epoch_progress_tracker.py
tests/test_fusion_dataset.py
tests/test_fusion_feature_cache.py
tests/test_fusion_head.py
tests/test_fusion_trainer.py
tests/test_legacy_entrypoints.py
tests/test_loss_functions.py
tests/test_multi_axis_config.py
tests/test_multi_axis_data_pipeline.py
tests/test_multi_axis_model.py
tests/test_multi_axis_smoke.py
tests/test_patient_aggregation.py
tests/test_patient_predictor.py
tests/test_predict_config_mode.py
tests/test_predict_data_layout.py
tests/test_predict_label_map.py
tests/test_predict_runner.py
tests/test_prediction_confusion_matrix.py
tests/test_prediction_outputs.py
tests/test_pyproject_metadata.py
tests/test_resume_behavior.py
tests/test_rich_display.py
tests/test_runtime_output.py
tests/test_testset_export.py
tests/test_train_config_integration.py
tests/test_train_entrypoint.py
tests/test_train_runner.py
tests/test_train_runtime_output.py
tests/test_trainer_patient_batch_indexing.py