Skip to main content

training-and-inference

Routes training, fine-tuning, validation, checkpoint, and inference workflows for 3D ResNets PyTorch.

설치로 이동

소스 정보

저장소
VectorSpaceLab/AREX-Skill
최근 소스 활동
2026년 8월 26일 16:31
감지된 SKILL.md 언어
영어
스타
12
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
6 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
training-and-inference
description
Routes training, fine-tuning, validation, checkpoint, and inference workflows for 3D ResNets PyTorch.
disable-model-invocation
true
metadata
{"disco-role":"operating"}
license
MIT
# training-and-inference Use this sub-skill when you need to train, fine-tune, validate, resume, or run inference for this repository's `main.py`-style workflows without reopening the source checkout. ## Use this route for - Fresh training runs and stage-wise fine-tuning. - Checkpoint save/resume, optimizer state recovery, and milestone handling. - Loading pretrained weights with a different final class count. - Validation, multi-clip inference, and result scoring. - DataParallel checkpoint cleanup before reuse or inspection. ## Do not use this route for - Raw video extraction or annotation JSON creation. Use [data-preparation](../data-preparation/SKILL.md). - Repo-wide routing or root skill selection. Use [the root router](../../SKILL.md). - Model conversion or export outside the `main.py` training loop. ## Read first - `references/workflows.md` - `references/model-catalog.md` - `references/troubleshooting.md` - [the root router](../../SKILL.md) - [the root run helper](../../scripts/run_main.py) - [data-preparation](../data-preparation/SKILL.md) when dataset layout is not ready ## Skill-owned scripts - `scripts/evaluate_results.py` — score top-k recognition results against a ground-truth JSON. - `scripts/strip_dataparallel.py` — remove `module.` prefixes from checkpoint state dicts. ## Typical flow 1. Confirm the dataset tree and annotation JSON already exist. 2. Pick a model family and depth from `references/model-catalog.md`. 3. Choose scratch train, resume, or fine-tune flags in `references/workflows.md`. 4. Run the root-level `main.py` wrapper from the repo skill tree. 5. Evaluate results with `scripts/evaluate_results.py` or clean checkpoints with `scripts/strip_dataparallel.py` when needed. ## Cross-links - Dataset preparation and layout prerequisites: [data-preparation](../data-preparation/SKILL.md) - Repo-level routing: [root router](../../SKILL.md) - Root `main.py` wrapper: [run_main helper](../../scripts/run_main.py)
GitHub에서 보기