Skip to content

User Guide

Comprehensive guides for using AutoTimm across all computer vision tasks — from data loading to deployment.

Guide Organization

graph LR
    A[<b>User Guide</b>] --> B[<b>Data Loading</b><br/>Datasets, transforms,<br/>presets]
    A --> C[<b>Models</b><br/>Classifier, detector,<br/>segmentor]
    A --> D[<b>Training</b><br/>AutoTrainer, losses,<br/>customization]
    A --> E[<b>Evaluation</b><br/>Metrics, benchmarks,<br/>selection]
    A --> F[<b>Interpretation</b><br/>GradCAM, attention,<br/>visualization]
    A --> G[<b>Integration</b><br/>HuggingFace Hub,<br/>Transformers]
    A --> H[<b>Deployment</b><br/>TorchScript, C++,<br/>mobile]
    A --> I[<b>Inference</b><br/>Classification,<br/>detection, segmentation]

    style A fill:#1565C0,stroke:#0D47A1
    style B fill:#1976D2,stroke:#1565C0
    style C fill:#1565C0,stroke:#0D47A1
    style D fill:#1976D2,stroke:#1565C0
    style E fill:#1565C0,stroke:#0D47A1
    style F fill:#1976D2,stroke:#1565C0
    style G fill:#1565C0,stroke:#0D47A1
    style H fill:#1976D2,stroke:#1565C0
    style I fill:#1565C0,stroke:#0D47A1

Browse by Category

Data Loading

Prepare and load data for any computer vision task.

Models

Task-specific model architectures built on timm.

Training

Configure and run training with AutoTrainer.

Evaluation

Measure and compare model performance.

Interpretation

Understand what your models learn.

Integration

Connect with HuggingFace ecosystem.

Deployment

Deploy models to production.

Inference

Run predictions with trained models.

Guides

Best practices and reference guides.