Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
NVIDIA TAO RT-DETRSkill
Summary
Trains, distils, quantises, evaluates, exports and runs inference for RT-DETR real-time object detection in NVIDIA TAO, routing training through AutoML hyperparameter search by default.
Features
- Train, distil, quantise, evaluate, export and run inference for RT-DETR
- AutoML hyperparameter search on by default, with a per-run opt-out
- Configures runs from packaged TAO Core JSON schemas and spec templates
- COCO and coco_raw dataset formats with documented per-action source keys
- Distillation and quantization for deployment optimisation
- Requires Docker plus the NVIDIA Container Toolkit
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
RT-DETR — Real-Time DEtection TRansformer — is a transformer object detector built for low-latency inference at competitive accuracy. This skill from NVIDIA's TAO Toolkit skill bank drives the full model lifecycle from a coding agent.
Actions exposed: train, distill, quantize, evaluate, export and inference. Resume and retrain go through train with train.resume_training_checkpoint_path. TensorRT engine generation and TensorRT evaluation/inference are handled separately through models/rtdetr/deploy, since the parent PyTorch CLI does not expose gen_trt_engine.
AutoML by default. RT-DETR is AutoML-enabled at the model layer, so train requests route through tao-run-automl unless you opt out. The skill treats phrases like "turn off AutoML", "no HPO" or "plain training" as automl_policy: off for that run only, without changing the model's metadata. Non-training actions stay in the model skill.
Schema-driven specs. Generated TAO Core schemas ship in schemas/<action>.schema.json with a manifest.json listing available actions, and each emits a references/spec_template_<action>.yaml. Those schemas carry the AutoML default and disabled parameters, min/max bounds, enums, option weights, dependencies and popular parameters — so the agent configures runs from the packaged contract rather than guessing YAML keys.
Data requirements. Dataset type object_detection in coco or coco_raw format, with per-action source keys documented for train, distill, quantize, evaluate and inference. Monitoring uses mAP50 for quick operational checks and val_mAP for COCO/paper-style comparison.
Requires Docker with the NVIDIA Container Toolkit. Apache-2.0.
Related Skills
Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
