.gitignore
LICENSE
README.md
pyproject.toml
zensical.toml
.github/workflows/ci.yml
.github/workflows/docs-tags.yml
.github/workflows/docs.yml
.github/workflows/publish.yaml
docs/autotimm.png
docs/index.md
docs/robots.txt
docs/api/backbone.md
docs/api/classifier.md
docs/api/cli.md
docs/api/csv_data.md
docs/api/data.md
docs/api/detection.md
docs/api/detection_data.md
docs/api/export.md
docs/api/heads.md
docs/api/index.md
docs/api/loggers.md
docs/api/loss-registry.md
docs/api/losses.md
docs/api/metrics.md
docs/api/multilabel_data.md
docs/api/segmentation.md
docs/api/trainer.md
docs/api/transforms.md
docs/api/utils.md
docs/assets/favicon.png
docs/assets/logo.png
docs/examples/index.md
docs/examples/integration/hf_deployment.md
docs/examples/integration/hf_ensemble.md
docs/examples/integration/hf_interpretation.md
docs/examples/integration/hf_transfer_learning.md
docs/examples/integration/huggingface-hub.md
docs/examples/tasks/classification.md
docs/examples/tasks/instance-segmentation.md
docs/examples/tasks/object-detection.md
docs/examples/tasks/semantic-segmentation.md
docs/examples/utilities/backbone-utilities.md
docs/examples/utilities/cli.md
docs/examples/utilities/csv-data-loading.md
docs/examples/utilities/data-handling.md
docs/examples/utilities/hf_custom_data.md
docs/examples/utilities/hf_hyperparameter_tuning.md
docs/examples/utilities/interpretation.md
docs/examples/utilities/logging-metrics.md
docs/examples/utilities/training-utilities.md
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/javascripts/mermaid-zoom.js
docs/overrides/main.html
docs/stylesheets/extra.css
docs/stylesheets/mermaid-zoom.css
docs/stylesheets/mermaid.css
docs/troubleshooting/index.md
docs/troubleshooting/data/augmentation.md
docs/troubleshooting/data/data-loading.md
docs/troubleshooting/deployment/export-inference.md
docs/troubleshooting/deployment/production.md
docs/troubleshooting/environment/device-errors.md
docs/troubleshooting/environment/distributed.md
docs/troubleshooting/environment/installation.md
docs/troubleshooting/integration/huggingface.md
docs/troubleshooting/integration/loggers.md
docs/troubleshooting/integration/reproducibility.md
docs/troubleshooting/models/metrics.md
docs/troubleshooting/models/model-loading.md
docs/troubleshooting/performance/oom-errors.md
docs/troubleshooting/performance/profiling.md
docs/troubleshooting/performance/slow-training.md
docs/troubleshooting/reference/error-reference.md
docs/troubleshooting/reference/warnings.md
docs/troubleshooting/task-specific/interpretation.md
docs/troubleshooting/task-specific/yolox.md
docs/troubleshooting/training/convergence.md
docs/troubleshooting/training/gradient-issues.md
docs/troubleshooting/training/lr-tuning.md
docs/troubleshooting/training/nan-losses.md
docs/user-guide/index.md
docs/user-guide/data-loading/csv-data.md
docs/user-guide/data-loading/image-classification-data.md
docs/user-guide/data-loading/index.md
docs/user-guide/data-loading/multilabel-classification-data.md
docs/user-guide/data-loading/object-detection-data.md
docs/user-guide/data-loading/preset-manager.md
docs/user-guide/data-loading/segmentation-data.md
docs/user-guide/data-loading/transforms.md
docs/user-guide/deployment/cpp-deployment.md
docs/user-guide/deployment/deployment.md
docs/user-guide/deployment/mobile-deployment.md
docs/user-guide/deployment/onnx-export.md
docs/user-guide/deployment/torchscript-export.md
docs/user-guide/evaluation/benchmarks.md
docs/user-guide/evaluation/metric-selection.md
docs/user-guide/evaluation/metrics.md
docs/user-guide/guides/logging.md
docs/user-guide/guides/migration.md
docs/user-guide/guides/reproducibility.md
docs/user-guide/guides/yolox-quick-reference.md
docs/user-guide/inference/classification-inference.md
docs/user-guide/inference/index.md
docs/user-guide/inference/model-export.md
docs/user-guide/inference/object-detection-inference.md
docs/user-guide/inference/semantic-segmentation-inference.md
docs/user-guide/integration/huggingface-hub-integration.md
docs/user-guide/integration/huggingface-integration-comparison.md
docs/user-guide/integration/huggingface-transformers-integration.md
docs/user-guide/interpretation/callbacks.md
docs/user-guide/interpretation/feature-visualization.md
docs/user-guide/interpretation/index.md
docs/user-guide/interpretation/interactive-visualizations.md
docs/user-guide/interpretation/methods.md
docs/user-guide/interpretation/metrics.md
docs/user-guide/interpretation/optimization.md
docs/user-guide/interpretation/task-adapters.md
docs/user-guide/models/image-classifier.md
docs/user-guide/models/index.md
docs/user-guide/models/instance-segmentation.md
docs/user-guide/models/object-detector.md
docs/user-guide/models/semantic-segmentation.md
docs/user-guide/models/yolox-detector.md
docs/user-guide/training/advanced-customization.md
docs/user-guide/training/cli.md
docs/user-guide/training/dataset-preparation.md
docs/user-guide/training/loss-comparison.md
docs/user-guide/training/training.md
examples/cli/README.md
examples/cli/classification.yaml
examples/cli/classification_csv.yaml
examples/cli/detection.yaml
examples/cli/segmentation.yaml
examples/computer_vision/README.md
examples/computer_vision/explore_yolox_models.py
examples/computer_vision/instance_segmentation.py
examples/computer_vision/object_detection_coco.py
examples/computer_vision/object_detection_rtdetr.py
examples/computer_vision/object_detection_transformers.py
examples/computer_vision/object_detection_yolox.py
examples/computer_vision/semantic_segmentation.py
examples/computer_vision/yolox_official.py
examples/data_training/README.md
examples/data_training/albumentations_cifar10.py
examples/data_training/albumentations_custom_folder.py
examples/data_training/auto_tuning.py
examples/data_training/balanced_sampling.py
examples/data_training/csv_classification.py
examples/data_training/csv_detection.py
examples/data_training/csv_instance_segmentation.py
examples/data_training/csv_segmentation.py
examples/data_training/hf_custom_data.py
examples/data_training/hf_hyperparameter_tuning.py
examples/data_training/multi_gpu_training.py
examples/data_training/multilabel_classification.py
examples/data_training/performance_optimization_demo.py
examples/data_training/preset_manager.py
examples/deployment/README.md
examples/deployment/deploy_torchscript_cpp.py
examples/deployment/export_to_onnx.py
examples/deployment/export_to_torchscript.py
examples/getting_started/README.md
examples/getting_started/classify_cifar10.py
examples/getting_started/classify_custom_folder.py
examples/getting_started/vit_finetuning.py
examples/huggingface/README.md
examples/huggingface/hf_deployment.py
examples/huggingface/hf_direct_models_lightning.py
examples/huggingface/hf_ensemble.py
examples/huggingface/hf_hub_advanced.py
examples/huggingface/hf_hub_classification.py
examples/huggingface/hf_hub_instance_segmentation.py
examples/huggingface/hf_hub_lightning_integration.py
examples/huggingface/hf_hub_object_detection.py
examples/huggingface/hf_hub_segmentation.py
examples/huggingface/hf_interpretation.py
examples/huggingface/hf_transfer_learning.py
examples/huggingface/huggingface_hub_models.py
examples/interpretation/README.md
examples/interpretation/comprehensive_interpretation_tutorial.ipynb
examples/interpretation/interactive_visualization_demo.py
examples/interpretation/interpretation_demo.py
examples/interpretation/interpretation_metrics_demo.py
examples/interpretation/interpretation_phase2_demo.py
examples/interpretation/interpretation_phase3_demo.py
examples/logging_inference/README.md
examples/logging_inference/backbone_discovery.py
examples/logging_inference/detailed_evaluation.py
examples/logging_inference/detection_inference.py
examples/logging_inference/inference.py
examples/logging_inference/inference_without_metrics.py
examples/logging_inference/mlflow_tracking.py
examples/logging_inference/multilabel_inference.py
examples/logging_inference/multiple_loggers.py
examples/logging_inference/segmentation_inference.py
examples/utilities/custom_loss_functions.py
examples/utilities/loss_functions_demo.py
examples/utilities/reproducibility.py
examples/utilities/test_seeding.py
examples/utilities/test_trainer_seeding.py
scripts/README.md
scripts/enhance_sitemap.py
src/autotimm/__init__.py
src/autotimm/__main__.py
src/autotimm.egg-info/PKG-INFO
src/autotimm.egg-info/SOURCES.txt
src/autotimm.egg-info/dependency_links.txt
src/autotimm.egg-info/entry_points.txt
src/autotimm.egg-info/requires.txt
src/autotimm.egg-info/top_level.txt
src/autotimm/callbacks/__init__.py
src/autotimm/callbacks/json_progress.py
src/autotimm/cli/__init__.py
src/autotimm/cli/_cli.py
src/autotimm/cli/interpret_cli.py
src/autotimm/core/__init__.py
src/autotimm/core/backbone.py
src/autotimm/core/loggers.py
src/autotimm/core/logging.py
src/autotimm/core/metrics.py
src/autotimm/core/utils.py
src/autotimm/data/__init__.py
src/autotimm/data/datamodule.py
src/autotimm/data/dataset.py
src/autotimm/data/detection_datamodule.py
src/autotimm/data/detection_dataset.py
src/autotimm/data/detection_transforms.py
src/autotimm/data/instance_datamodule.py
src/autotimm/data/instance_dataset.py
src/autotimm/data/multilabel_datamodule.py
src/autotimm/data/preset_manager.py
src/autotimm/data/segmentation_datamodule.py
src/autotimm/data/segmentation_dataset.py
src/autotimm/data/segmentation_transforms.py
src/autotimm/data/timm_transforms.py
src/autotimm/data/transform_config.py
src/autotimm/data/transforms.py
src/autotimm/export/__init__.py
src/autotimm/export/_export.py
src/autotimm/export/export_jit.py
src/autotimm/export/export_onnx.py
src/autotimm/flow/__init__.py
src/autotimm/flow/augmentation_preview.py
src/autotimm/flow/cli.py
src/autotimm/flow/push_to_hub.py
src/autotimm/flow/system_metrics.py
src/autotimm/flow/tensorrt_convert.py
src/autotimm/heads/__init__.py
src/autotimm/heads/_heads.py
src/autotimm/interpretation/__init__.py
src/autotimm/interpretation/api.py
src/autotimm/interpretation/attention.py
src/autotimm/interpretation/base.py
src/autotimm/interpretation/callbacks.py
src/autotimm/interpretation/feature_viz.py
src/autotimm/interpretation/gradcam.py
src/autotimm/interpretation/integrated_gradients.py
src/autotimm/interpretation/interactive.py
src/autotimm/interpretation/metrics.py
src/autotimm/interpretation/optimization.py
src/autotimm/interpretation/adapters/__init__.py
src/autotimm/interpretation/adapters/detection.py
src/autotimm/interpretation/adapters/segmentation.py
src/autotimm/interpretation/visualization/__init__.py
src/autotimm/interpretation/visualization/heatmap.py
src/autotimm/losses/__init__.py
src/autotimm/losses/detection.py
src/autotimm/losses/registry.py
src/autotimm/losses/segmentation.py
src/autotimm/models/__init__.py
src/autotimm/models/csp_darknet.py
src/autotimm/models/yolox_pafpn.py
src/autotimm/models/yolox_scheduler.py
src/autotimm/models/yolox_utils.py
src/autotimm/tasks/__init__.py
src/autotimm/tasks/classification.py
src/autotimm/tasks/instance_segmentation.py
src/autotimm/tasks/object_detection.py
src/autotimm/tasks/preprocessing_mixin.py
src/autotimm/tasks/semantic_segmentation.py
src/autotimm/tasks/yolox_detector.py
src/autotimm/training/__init__.py
src/autotimm/training/trainer.py
tests/__init__.py
tests/conftest.py
tests/test_backbone.py
tests/test_classification.py
tests/test_csv_datamodules.py
tests/test_datamodule.py
tests/test_export.py
tests/test_hf_autotrainer_compatibility.py
tests/test_hf_direct_models.py
tests/test_hf_hub_backbones.py
tests/test_hf_hub_lightning_compatibility.py
tests/test_import_aliases.py
tests/test_interpretation.py
tests/test_interpretation_metrics.py
tests/test_loggers.py
tests/test_loss_registry.py
tests/test_metrics.py
tests/test_multilabel_datamodule.py
tests/test_preset_manager.py
tests/test_reproducibility.py
tests/test_segmentation_heads.py
tests/test_segmentation_losses.py
tests/test_semantic_segmentation.py
tests/test_torch_compile.py
tests/test_trainer.py
tests/test_transform_config.py
tests/test_yolox.py
tests/test_yolox_detector.py
tests/test_yolox_scheduler.py
tests/test_yolox_utils.py