[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-nvidia-tao-train-mask2former":3,"mdc-z3d0b3-key":31,"related-org-nvidia-tao-train-mask2former":3827,"related-repo-nvidia-tao-train-mask2former":3985},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":20,"repoUrl":21,"updatedAt":22,"license":23,"forks":24,"topics":25,"repo":26,"sourceUrl":29,"mdContent":30},"tao-train-mask2former","train Mask2Former image segmentation models","Mask2Former for universal image segmentation (panoptic, instance, and semantic). Transformer-based with masked attention for high-quality segmentation results. Use when training, evaluating, exporting, quantizing, or running inference for a TAO Mask2Former model. Trigger phrases include \"train Mask2Former\", \"universal segmentation\", \"panoptic \u002F instance \u002F semantic segmentation\", \"masked-attention transformer segmenter\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},"nvidia","NVIDIA","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fnvidia.png",[12,16,17],{"name":13,"slug":14,"type":15},"Deep Learning","deep-learning","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Computer Vision","computer-vision",2473,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fskills","2026-07-14T05:27:10.192374","Apache-2.0",281,[],{"repoUrl":21,"stars":20,"forks":24,"topics":27,"description":28},[],"AI agent skills published by NVIDIA","https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Ftao-train-mask2former","---\nname: tao-train-mask2former\ndescription: Mask2Former for universal image segmentation (panoptic, instance, and semantic). Transformer-based with\n  masked attention for high-quality segmentation results. Use when training, evaluating, exporting, quantizing, or running\n  inference for a TAO Mask2Former model. Trigger phrases include \"train Mask2Former\", \"universal segmentation\",\n  \"panoptic \u002F instance \u002F semantic segmentation\", \"masked-attention transformer segmenter\".\nlicense: Apache-2.0\ncompatibility: Requires docker + nvidia-container-toolkit.\nmetadata:\n  version: \"0.1.0\"\n  author: NVIDIA Corporation\nallowed-tools: Read Bash\ntags:\n- segmentation\n---\n\n# Mask2Former\n\nMask2Former for universal image segmentation (panoptic, instance, and semantic). Transformer-based with masked attention for high-quality segmentation results.\n\nSet model.backbone.pretrained_weights for Swin backbone weights.\n\nFor TAO Deploy TensorRT actions (`gen_trt_engine`, TensorRT `evaluate`, and TensorRT `inference`), read `references\u002Ftao-deploy-mask2former.md` first. Deploy spec templates live in this skill's `references\u002F` folder with the `spec_template_deploy_*.yaml` prefix.\n\n## Dataclass Schemas\n\nGenerated TAO Core schemas are packaged in `schemas\u002F\u003Caction>.schema.json`, with `schemas\u002Fmanifest.json` listing available actions. Each generated schema also emits `references\u002Fspec_template_\u003Caction>.yaml` from the schema top-level `default` field. AutoML enablement is declared at the model layer in `references\u002Fskill_info.yaml` via `automl_enabled`. Runnable AutoML still requires `schemas\u002Ftrain.schema.json` and `references\u002Fspec_template_train.yaml` to exist and parse. Use the packaged train schema for `automl_default_parameters`, `automl_disabled_parameters`, defaults, min\u002Fmax bounds, enums, option weights, math conditions, dependencies, and popular parameters. Do not expect `~\u002Ftao-core` at runtime; maintainers regenerate schemas\u002Ftemplates before packaging the skill bank.\n\n## Train Action Policy\n\nThis model is AutoML-enabled at the model layer. Before handling any train-stage request, read `references\u002Fskill_info.yaml` and resolve the run override from either an explicit `automl_policy` value or the user's workflow request. Use `automl_policy: on` by default and only expose `on` \u002F `off` in new launch prompts. Treat phrases like \"turn off AutoML\", \"disable AutoML\", \"no HPO\", or \"plain training\" as `automl_policy: off` for this run only. When `automl_policy: on`, `automl_enabled: true`, and both `schemas\u002Ftrain.schema.json` and `references\u002Fspec_template_train.yaml` are packaged, route the train action through `tao-skill-bank:tao-run-automl` by default with this model's `skill_dir`. Preserve workflow\u002Fapplication overrides for datasets, specs, output directories, GPU\u002Fplatform settings, parent checkpoints, and `automl_policy`. Use direct model training only when `automl_policy: off` or the packaged train schema\u002Ftemplate is missing; in the missing-schema case, report that AutoML is enabled but not runnable for this model until schemas are generated.\n\nNon-train actions such as `evaluate`, `inference`, `export`, and deploy flows stay in this model skill. The per-run `automl_policy` override does not change model metadata.\n\n## Training Requirements\n\n- **Dataset type:** segmentation\n- **Formats:** coco_panoptic, coco\n- **Monitoring metric:** mIoU\n\n### Per-Action Dataset Requirements\n\n| Action | Spec Key | Source | Files | List? |\n|---|---|---|---|---|\n| evaluate | dataset.train.type | train_datasets | coco_panoptic | No |\n| evaluate | dataset.val.type | eval_dataset | coco_panoptic | No |\n| evaluate | dataset.test.type | eval_dataset | coco_panoptic | No |\n| evaluate | dataset.train.img_dir | train_datasets | images.tar.gz | No |\n| evaluate | dataset.label_map | train_datasets | coco_panoptic: label_map_panoptic.json; *: label_map.json | No |\n| evaluate | dataset.train.instance_json | train_datasets | annotations.json | No |\n| evaluate | dataset.train.panoptic_json | train_datasets | annotations_panoptic.json | No |\n| evaluate | dataset.train.panoptic_dir | train_datasets | images_panoptic.tar.gz | No |\n| evaluate | dataset.val.img_dir | eval_dataset | images.tar.gz | No |\n| evaluate | dataset.val.instance_json | eval_dataset | annotations.json | No |\n| evaluate | dataset.val.panoptic_json | eval_dataset | annotations_panoptic.json | No |\n| evaluate | dataset.val.panoptic_dir | eval_dataset | images_panoptic.tar.gz | No |\n| evaluate | dataset.test.img_dir | eval_dataset | images.tar.gz | No |\n| inference | dataset.train.type | train_datasets | coco_panoptic | No |\n| inference | dataset.val.type | eval_dataset | coco_panoptic | No |\n| inference | dataset.test.type | eval_dataset | coco_panoptic | No |\n| inference | dataset.train.img_dir | train_datasets | images.tar.gz | No |\n| inference | dataset.label_map | train_datasets | coco_panoptic: label_map_panoptic.json; *: label_map.json | No |\n| inference | dataset.train.instance_json | train_datasets | annotations.json | No |\n| inference | dataset.train.panoptic_json | train_datasets | annotations_panoptic.json | No |\n| inference | dataset.train.panoptic_dir | train_datasets | images_panoptic.tar.gz | No |\n| inference | dataset.val.img_dir | eval_dataset | images.tar.gz | No |\n| inference | dataset.val.instance_json | eval_dataset | annotations.json | No |\n| inference | dataset.val.panoptic_json | eval_dataset | annotations_panoptic.json | No |\n| inference | dataset.val.panoptic_dir | eval_dataset | images_panoptic.tar.gz | No |\n| inference | dataset.test.img_dir | eval_dataset | images.tar.gz | No |\n| quantize | dataset.train.type | train_datasets | coco_panoptic | No |\n| quantize | dataset.val.type | eval_dataset | coco_panoptic | No |\n| quantize | dataset.test.type | eval_dataset | coco_panoptic | No |\n| quantize | dataset.train.img_dir | train_datasets | images.tar.gz | No |\n| quantize | dataset.label_map | train_datasets | coco_panoptic: label_map_panoptic.json; *: label_map.json | No |\n| quantize | dataset.train.instance_json | train_datasets | annotations.json | No |\n| quantize | dataset.train.panoptic_json | train_datasets | annotations_panoptic.json | No |\n| quantize | dataset.train.panoptic_dir | train_datasets | images_panoptic.tar.gz | No |\n| quantize | dataset.val.img_dir | eval_dataset | images.tar.gz | No |\n| quantize | dataset.val.instance_json | eval_dataset | annotations.json | No |\n| quantize | dataset.val.panoptic_json | eval_dataset | annotations_panoptic.json | No |\n| quantize | dataset.val.panoptic_dir | eval_dataset | images_panoptic.tar.gz | No |\n| quantize | dataset.test.img_dir | eval_dataset | images.tar.gz | No |\n| quantize | dataset.quant_calibration_dataset.images_dir | train_datasets | images.tar.gz | No |\n| train | dataset.train.type | train_datasets | coco_panoptic | No |\n| train | dataset.val.type | eval_dataset | coco_panoptic | No |\n| train | dataset.test.type | eval_dataset | coco_panoptic | No |\n| train | dataset.train.img_dir | train_datasets | images.tar.gz | No |\n| train | dataset.label_map | train_datasets | coco_panoptic: label_map_panoptic.json; *: label_map.json | No |\n| train | dataset.train.instance_json | train_datasets | annotations.json | No |\n| train | dataset.train.panoptic_json | train_datasets | annotations_panoptic.json | No |\n| train | dataset.train.panoptic_dir | train_datasets | images_panoptic.tar.gz | No |\n| train | dataset.val.img_dir | eval_dataset | images.tar.gz | No |\n| train | dataset.val.instance_json | eval_dataset | annotations.json | No |\n| train | dataset.val.panoptic_json | eval_dataset | annotations_panoptic.json | No |\n| train | dataset.val.panoptic_dir | eval_dataset | images_panoptic.tar.gz | No |\n| train | dataset.test.img_dir | eval_dataset | images.tar.gz | No |\n\n### Typical Spec Overrides\n\nData source overrides are **mandatory for every action** — the agent MUST construct data source paths from the Per-Action Dataset Requirements table above and include them in `spec_overrides`.\n\n```python\nS3_TRAIN = \"s3:\u002F\u002Fbucket\u002Fdata\u002Ftrain\"\nS3_EVAL = \"s3:\u002F\u002Fbucket\u002Fdata\u002Feval\"\n```\n\n**train (mandatory data sources):**\n```python\n{\n    \"train.num_gpus\": 1,\n    \"train.num_epochs\": 10,\n    \"train.checkpoint_interval\": 10,\n    \"train.validation_interval\": 10,\n    \"model.sem_seg_head.num_classes\": 133,\n    \"dataset.contiguous_id\": True,\n    \"dataset.train.type\": \"coco_panoptic\",\n    \"dataset.val.type\": \"coco_panoptic\",\n    \"dataset.test.type\": \"coco_panoptic\",\n    \"dataset.train.img_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n    \"dataset.label_map\": f\"{S3_TRAIN}\u002Flabel_map_panoptic.json\",\n    \"dataset.train.instance_json\": f\"{S3_TRAIN}\u002Fannotations.json\",\n    \"dataset.train.panoptic_json\": f\"{S3_TRAIN}\u002Fannotations_panoptic.json\",\n    \"dataset.train.panoptic_dir\": f\"{S3_TRAIN}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.val.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n    \"dataset.val.instance_json\": f\"{S3_EVAL}\u002Fannotations.json\",\n    \"dataset.val.panoptic_json\": f\"{S3_EVAL}\u002Fannotations_panoptic.json\",\n    \"dataset.val.panoptic_dir\": f\"{S3_EVAL}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.test.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n}\n```\n\n**evaluate (mandatory data sources):**\n```python\n{\n    \"evaluate.checkpoint\": \"\u003Cselected train\u002FAutoML checkpoint>\",\n    \"model.sem_seg_head.num_classes\": 133,\n    \"dataset.contiguous_id\": True,\n    \"dataset.train.type\": \"coco_panoptic\",\n    \"dataset.val.type\": \"coco_panoptic\",\n    \"dataset.test.type\": \"coco_panoptic\",\n    \"dataset.train.img_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n    \"dataset.label_map\": f\"{S3_TRAIN}\u002Flabel_map_panoptic.json\",\n    \"dataset.train.instance_json\": f\"{S3_TRAIN}\u002Fannotations.json\",\n    \"dataset.train.panoptic_json\": f\"{S3_TRAIN}\u002Fannotations_panoptic.json\",\n    \"dataset.train.panoptic_dir\": f\"{S3_TRAIN}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.val.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n    \"dataset.val.instance_json\": f\"{S3_EVAL}\u002Fannotations.json\",\n    \"dataset.val.panoptic_json\": f\"{S3_EVAL}\u002Fannotations_panoptic.json\",\n    \"dataset.val.panoptic_dir\": f\"{S3_EVAL}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.test.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n}\n```\n\n**export:**\n```python\n{\n    \"export.checkpoint\": \"\u003Cselected train\u002FAutoML checkpoint>\",\n    \"export.onnx_file\": \"\u003Coutput ONNX path>\",\n    \"model.sem_seg_head.num_classes\": \"\u003Csame value used for train>\",\n}\n```\n\n**inference (mandatory data sources):**\n```python\n{\n    \"inference.checkpoint\": \"\u003Cselected train\u002FAutoML checkpoint>\",\n    \"model.sem_seg_head.num_classes\": \"\u003Csame value used for train>\",\n    \"dataset.contiguous_id\": True,\n    \"dataset.train.img_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n    \"dataset.label_map\": f\"{S3_TRAIN}\u002Flabel_map_panoptic.json\",\n    \"dataset.train.instance_json\": f\"{S3_TRAIN}\u002Fannotations.json\",\n    \"dataset.train.panoptic_json\": f\"{S3_TRAIN}\u002Fannotations_panoptic.json\",\n    \"dataset.train.panoptic_dir\": f\"{S3_TRAIN}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.val.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n    \"dataset.val.instance_json\": f\"{S3_EVAL}\u002Fannotations.json\",\n    \"dataset.val.panoptic_json\": f\"{S3_EVAL}\u002Fannotations_panoptic.json\",\n    \"dataset.val.panoptic_dir\": f\"{S3_EVAL}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.test.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n}\n```\n\n**quantize (mandatory data sources):**\n```python\n{\n    \"quantize.model_path\": \"\u003Cselected train\u002Fexport artifact>\",\n    \"dataset.train.img_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n    \"dataset.label_map\": f\"{S3_TRAIN}\u002Flabel_map_panoptic.json\",\n    \"dataset.train.instance_json\": f\"{S3_TRAIN}\u002Fannotations.json\",\n    \"dataset.train.panoptic_json\": f\"{S3_TRAIN}\u002Fannotations_panoptic.json\",\n    \"dataset.train.panoptic_dir\": f\"{S3_TRAIN}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.val.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n    \"dataset.val.instance_json\": f\"{S3_EVAL}\u002Fannotations.json\",\n    \"dataset.val.panoptic_json\": f\"{S3_EVAL}\u002Fannotations_panoptic.json\",\n    \"dataset.val.panoptic_dir\": f\"{S3_EVAL}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.test.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n    \"dataset.quant_calibration_dataset.images_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n}\n```\n## Eval Dataset\n\nOptional. Val data sources are part of the dataset config alongside train.\n\n## Important Parameters\n\n- **model.sem_seg_head.num_classes**: Number of segmentation classes. Default 200. Must match your annotation categories.\n- **model.backbone.swin.type**: Swin Transformer variant. Default tiny. Options include tiny, small, base, large.\n- **model.mode**: Segmentation mode. Default panoptic. Options: panoptic, instance, semantic.\n- **train.optim.lr**: Learning rate. Default 2e-4 (AdamW).\n- **dataset.train.batch_size**: Per-GPU batch size. Default 1. Mask2Former is memory-intensive due to per-pixel predictions.\n- **dataset.contiguous_id**: If true, set `model.sem_seg_head.num_classes`\n  to the number of label-map categories. If false, set\n  `model.sem_seg_head.num_classes` above the maximum raw category id and keep\n  the same setting for evaluate, inference, export, deploy, and quantize. The\n  COCO panoptic S3 sample has 133 categories with raw ids up to 200, so raw-id\n  validation uses `num_classes: 201`.\n\n## Multi-GPU \u002F Multi-Node\n\n**Launch method:** Lightning-managed (single `python` process, Lightning spawns workers).\n\n| Spec Key | Description | Default |\n|----------|-------------|---------|\n| `train.num_gpus` | Number of GPUs | 1 |\n| `train.gpu_ids` | GPU device indices | [0] |\n| `train.num_nodes` | Number of nodes | 1 |\n| `train.distributed_strategy` | `ddp` or `fsdp` | `ddp` |\n\n- Same DDP\u002FFSDP behavior as DINO (activation checkpoint aware)\n- FAN backbones auto-enable `sync_batchnorm`\n- `fsdp` forces FP16\n\n**Multi-node env vars** (set by orchestrator): `WORLD_SIZE`, `NODE_RANK`, `MASTER_ADDR`, `MASTER_PORT`, `NUM_GPU_PER_NODE`.\n\n## Export \u002F TRT Defaults\n\n- TRT data types: FP32, FP16 only — **INT8 is NOT supported**\n- The parent PyTorch `mask2former` CLI supports `train`, `evaluate`,\n  `inference`, `export`, and `quantize`; run TensorRT engine generation,\n  TensorRT inference, and TensorRT evaluation through `references\u002Ftao-deploy-mask2former.md`.\n  Export semantic ONNX (`model.mode: semantic`) when validating TensorRT\n  evaluation because the current deploy evaluator accepts semantic engines.\n- Keep export input dimensions compatible with the deploy templates. The\n  packaged default `export.input_width: 960` and `export.input_height: 544`\n  exports and builds a TensorRT engine successfully; shrinking export to tiny\n  validation-only sizes such as `128x128` can hit a PyTorch ONNX\n  `minus_one_pos != -1` shape-inference assertion before ONNX is produced.\n\n## Hardware\n\nMinimum 1 GPU(s), recommended 4 GPU(s). 24GB+ (A100 recommended) VRAM per GPU. Mask2Former is memory-heavy. batch_size=1 is the default for good reason. Multi-GPU recommended for reasonable training speed.\n\n## Error Patterns\n\n**CUDA out of memory**: batch_size is already 1 by default. Reduce image resolution in augmentation config or use a smaller Swin variant.\n\n**Panoptic vs instance format mismatch**: Ensure you provide the correct annotation format matching model.mode setting.\n\n**Deploy schema error for top-level `dataset.type`**: TAO Deploy uses\n`dataset.val.type` and `dataset.test.type`. Do not put `dataset.type` at the\ntop level of Mask2Former deploy specs.\n\n**Export ONNX shape assertion at very small resolution**: If export fails with\n`minus_one_pos != -1` from PyTorch ONNX shape inference, restore the template\nexport dimensions (`960x544`) before retrying deploy validation. Keep training\nand evaluation image sizes small when needed for quick smoke tests, but do not\ncarry those tiny dimensions into export unless the target shape has been\nverified.\n\n**Quantize checkpoint load error**: Older PyTorch images can fail\ncheckpoint-based `mask2former quantize` because the runtime quantize script\npasses `experiment_spec` to `Mask2formerPlModule.load_from_checkpoint` instead\nof the required `cfg` argument. Images with the quantize fix support the default\n`torchao` checkpoint flow. ONNX quantization still requires\n`backend: modelopt.onnx`, `mode: static_ptq`, a fixed\n`dataset.test.target_size`, and an image that includes\n`modelopt.onnx.quantization`.\n\n## Spec Param \u002F Parent Model Inference\n\nModel-specific inference mappings belong in this MD file, not in `config.json`. Generated runners should read this section and apply the mappings with SDK helpers before `create_job()`. This mirrors the old microservices `infer_params.py` flow.\n\nInference mappings from TAO Core `mask2former.config.json`:\n\n| Action | Spec Field | Inference Function | Meaning |\n|---|---|---|---|\n| evaluate | `encryption_key` | `key` | encryption key |\n| evaluate | `evaluate.checkpoint` | `parent_model` | model file inferred from the parent job results folder |\n| evaluate | `evaluate.trt_engine` | `parent_model` | model file inferred from the parent job results folder |\n| evaluate | `results_dir` | `output_dir` | current job results directory |\n| export | `encryption_key` | `key` | encryption key |\n| export | `export.checkpoint` | `parent_model` | model file inferred from the parent job results folder |\n| export | `export.onnx_file` | `create_onnx_file` | output ONNX path |\n| export | `results_dir` | `output_dir` | current job results directory |\n| gen_trt_engine | `encryption_key` | `key` | encryption key |\n| gen_trt_engine | `gen_trt_engine.onnx_file` | `parent_model` | model file inferred from the parent job results folder |\n| gen_trt_engine | `gen_trt_engine.trt_engine` | `create_engine_file` | output TensorRT engine path |\n| gen_trt_engine | `results_dir` | `output_dir` | current job results directory |\n| inference | `encryption_key` | `key` | encryption key |\n| inference | `inference.checkpoint` | `parent_model` | model file inferred from the parent job results folder |\n| inference | `inference.trt_engine` | `parent_model` | model file inferred from the parent job results folder |\n| inference | `results_dir` | `output_dir` | current job results directory |\n| quantize | `encryption_key` | `key` | encryption key |\n| quantize | `quantize.model_path` | `parent_model` | model file inferred from the parent job results folder |\n| quantize | `results_dir` | `output_dir` | current job results directory |\n| train | `encryption_key` | `key` | encryption key |\n| train | `model.backbone.pretrained_weights` | `{'link': 'https:\u002F\u002Fgithub.com\u002FSwinTransformer\u002Fstorage\u002Freleases\u002Fdownload\u002Fv1.0.8\u002Fswin_tiny_patch4_window7_224_22k.pth', 'destination_path': '\u002Fptm\u002Fmask2former\u002Fswin_tiny_patch4_window7_224_22k\u002Fswin_tiny_patch4_window7_224_22k.pth'}` | {'link': 'https:\u002F\u002Fgithub.com\u002FSwinTransformer\u002Fstorage\u002Freleases\u002Fdownload\u002Fv1.0.8\u002Fswin_tiny_patch4_window7_224_22k.pth', 'destination_path': '\u002Fptm\u002Fmask2former\u002Fswin_tiny_patch4_window7_224_22k\u002Fswin_tiny_patch4_window7_224_22k.pth'} |\n| train | `results_dir` | `output_dir` | current job results directory |\n| train | `train.resume_training_checkpoint_path` | `resume_model` | model file inferred from the current job results folder |\n\nFor `parent_model` or `parent_model_folder`, pass the upstream train\u002Fexport\u002FAutoML child job id as `parent_job_id`. The SDK lists the parent result folder, filters checkpoint artifacts, and returns the selected model file or folder. Do not add these mappings back to `config.json` and do not patch generated runner scripts to guess checkpoint paths.\n\nWhen selecting a Mask2Former checkpoint outside the SDK resolver, match the\nintended epoch\u002Fstep artifact exactly, for example\n`model_epoch_000_step_00100.pth`. The `mask2former_model_latest.pth` symlink\nis valid only when latest is explicitly requested.\n\n## Deployment\n\n- [tao-deploy-mask2former](references\u002Ftao-deploy-mask2former.md)\n",{"data":32,"body":40},{"name":4,"description":6,"license":23,"compatibility":33,"metadata":34,"allowed-tools":37,"tags":38},"Requires docker + nvidia-container-toolkit.",{"version":35,"author":36},"0.1.0","NVIDIA Corporation","Read Bash",[39],"segmentation",{"type":41,"children":42},"root",[43,52,58,63,117,124,217,223,332,364,370,406,413,1700,1706,1726,1757,1765,1959,1967,2101,2109,2154,2162,2275,2283,2390,2396,2401,2407,2491,2497,2514,2645,2674,2719,2725,2834,2840,2845,2851,2861,2871,2907,2932,3012,3018,3047,3060,3749,3783,3804,3810,3821],{"type":44,"tag":45,"props":46,"children":48},"element","h1",{"id":47},"mask2former",[49],{"type":50,"value":51},"text","Mask2Former",{"type":44,"tag":53,"props":54,"children":55},"p",{},[56],{"type":50,"value":57},"Mask2Former for universal image segmentation (panoptic, instance, and semantic). Transformer-based with masked attention for high-quality segmentation results.",{"type":44,"tag":53,"props":59,"children":60},{},[61],{"type":50,"value":62},"Set model.backbone.pretrained_weights for Swin backbone weights.",{"type":44,"tag":53,"props":64,"children":65},{},[66,68,75,77,83,85,91,93,99,101,107,109,115],{"type":50,"value":67},"For TAO Deploy TensorRT actions (",{"type":44,"tag":69,"props":70,"children":72},"code",{"className":71},[],[73],{"type":50,"value":74},"gen_trt_engine",{"type":50,"value":76},", TensorRT ",{"type":44,"tag":69,"props":78,"children":80},{"className":79},[],[81],{"type":50,"value":82},"evaluate",{"type":50,"value":84},", and TensorRT ",{"type":44,"tag":69,"props":86,"children":88},{"className":87},[],[89],{"type":50,"value":90},"inference",{"type":50,"value":92},"), read ",{"type":44,"tag":69,"props":94,"children":96},{"className":95},[],[97],{"type":50,"value":98},"references\u002Ftao-deploy-mask2former.md",{"type":50,"value":100}," first. Deploy spec templates live in this skill's ",{"type":44,"tag":69,"props":102,"children":104},{"className":103},[],[105],{"type":50,"value":106},"references\u002F",{"type":50,"value":108}," folder with the ",{"type":44,"tag":69,"props":110,"children":112},{"className":111},[],[113],{"type":50,"value":114},"spec_template_deploy_*.yaml",{"type":50,"value":116}," prefix.",{"type":44,"tag":118,"props":119,"children":121},"h2",{"id":120},"dataclass-schemas",[122],{"type":50,"value":123},"Dataclass Schemas",{"type":44,"tag":53,"props":125,"children":126},{},[127,129,135,137,143,145,151,153,159,161,167,169,175,177,183,185,191,193,199,201,207,209,215],{"type":50,"value":128},"Generated TAO Core schemas are packaged in ",{"type":44,"tag":69,"props":130,"children":132},{"className":131},[],[133],{"type":50,"value":134},"schemas\u002F\u003Caction>.schema.json",{"type":50,"value":136},", with ",{"type":44,"tag":69,"props":138,"children":140},{"className":139},[],[141],{"type":50,"value":142},"schemas\u002Fmanifest.json",{"type":50,"value":144}," listing available actions. Each generated schema also emits ",{"type":44,"tag":69,"props":146,"children":148},{"className":147},[],[149],{"type":50,"value":150},"references\u002Fspec_template_\u003Caction>.yaml",{"type":50,"value":152}," from the schema top-level ",{"type":44,"tag":69,"props":154,"children":156},{"className":155},[],[157],{"type":50,"value":158},"default",{"type":50,"value":160}," field. AutoML enablement is declared at the model layer in ",{"type":44,"tag":69,"props":162,"children":164},{"className":163},[],[165],{"type":50,"value":166},"references\u002Fskill_info.yaml",{"type":50,"value":168}," via ",{"type":44,"tag":69,"props":170,"children":172},{"className":171},[],[173],{"type":50,"value":174},"automl_enabled",{"type":50,"value":176},". Runnable AutoML still requires ",{"type":44,"tag":69,"props":178,"children":180},{"className":179},[],[181],{"type":50,"value":182},"schemas\u002Ftrain.schema.json",{"type":50,"value":184}," and ",{"type":44,"tag":69,"props":186,"children":188},{"className":187},[],[189],{"type":50,"value":190},"references\u002Fspec_template_train.yaml",{"type":50,"value":192}," to exist and parse. Use the packaged train schema for ",{"type":44,"tag":69,"props":194,"children":196},{"className":195},[],[197],{"type":50,"value":198},"automl_default_parameters",{"type":50,"value":200},", ",{"type":44,"tag":69,"props":202,"children":204},{"className":203},[],[205],{"type":50,"value":206},"automl_disabled_parameters",{"type":50,"value":208},", defaults, min\u002Fmax bounds, enums, option weights, math conditions, dependencies, and popular parameters. Do not expect ",{"type":44,"tag":69,"props":210,"children":212},{"className":211},[],[213],{"type":50,"value":214},"~\u002Ftao-core",{"type":50,"value":216}," at runtime; maintainers regenerate schemas\u002Ftemplates before packaging the skill bank.",{"type":44,"tag":118,"props":218,"children":220},{"id":219},"train-action-policy",[221],{"type":50,"value":222},"Train Action Policy",{"type":44,"tag":53,"props":224,"children":225},{},[226,228,233,235,241,243,249,251,257,259,265,267,273,275,280,281,287,289,294,295,300,302,308,310,316,318,323,325,330],{"type":50,"value":227},"This model is AutoML-enabled at the model layer. Before handling any train-stage request, read ",{"type":44,"tag":69,"props":229,"children":231},{"className":230},[],[232],{"type":50,"value":166},{"type":50,"value":234}," and resolve the run override from either an explicit ",{"type":44,"tag":69,"props":236,"children":238},{"className":237},[],[239],{"type":50,"value":240},"automl_policy",{"type":50,"value":242}," value or the user's workflow request. Use ",{"type":44,"tag":69,"props":244,"children":246},{"className":245},[],[247],{"type":50,"value":248},"automl_policy: on",{"type":50,"value":250}," by default and only expose ",{"type":44,"tag":69,"props":252,"children":254},{"className":253},[],[255],{"type":50,"value":256},"on",{"type":50,"value":258}," \u002F ",{"type":44,"tag":69,"props":260,"children":262},{"className":261},[],[263],{"type":50,"value":264},"off",{"type":50,"value":266}," in new launch prompts. Treat phrases like \"turn off AutoML\", \"disable AutoML\", \"no HPO\", or \"plain training\" as ",{"type":44,"tag":69,"props":268,"children":270},{"className":269},[],[271],{"type":50,"value":272},"automl_policy: off",{"type":50,"value":274}," for this run only. When ",{"type":44,"tag":69,"props":276,"children":278},{"className":277},[],[279],{"type":50,"value":248},{"type":50,"value":200},{"type":44,"tag":69,"props":282,"children":284},{"className":283},[],[285],{"type":50,"value":286},"automl_enabled: true",{"type":50,"value":288},", and both ",{"type":44,"tag":69,"props":290,"children":292},{"className":291},[],[293],{"type":50,"value":182},{"type":50,"value":184},{"type":44,"tag":69,"props":296,"children":298},{"className":297},[],[299],{"type":50,"value":190},{"type":50,"value":301}," are packaged, route the train action through ",{"type":44,"tag":69,"props":303,"children":305},{"className":304},[],[306],{"type":50,"value":307},"tao-skill-bank:tao-run-automl",{"type":50,"value":309}," by default with this model's ",{"type":44,"tag":69,"props":311,"children":313},{"className":312},[],[314],{"type":50,"value":315},"skill_dir",{"type":50,"value":317},". Preserve workflow\u002Fapplication overrides for datasets, specs, output directories, GPU\u002Fplatform settings, parent checkpoints, and ",{"type":44,"tag":69,"props":319,"children":321},{"className":320},[],[322],{"type":50,"value":240},{"type":50,"value":324},". Use direct model training only when ",{"type":44,"tag":69,"props":326,"children":328},{"className":327},[],[329],{"type":50,"value":272},{"type":50,"value":331}," or the packaged train schema\u002Ftemplate is missing; in the missing-schema case, report that AutoML is enabled but not runnable for this model until schemas are generated.",{"type":44,"tag":53,"props":333,"children":334},{},[335,337,342,343,348,349,355,357,362],{"type":50,"value":336},"Non-train actions such as ",{"type":44,"tag":69,"props":338,"children":340},{"className":339},[],[341],{"type":50,"value":82},{"type":50,"value":200},{"type":44,"tag":69,"props":344,"children":346},{"className":345},[],[347],{"type":50,"value":90},{"type":50,"value":200},{"type":44,"tag":69,"props":350,"children":352},{"className":351},[],[353],{"type":50,"value":354},"export",{"type":50,"value":356},", and deploy flows stay in this model skill. The per-run ",{"type":44,"tag":69,"props":358,"children":360},{"className":359},[],[361],{"type":50,"value":240},{"type":50,"value":363}," override does not change model metadata.",{"type":44,"tag":118,"props":365,"children":367},{"id":366},"training-requirements",[368],{"type":50,"value":369},"Training Requirements",{"type":44,"tag":371,"props":372,"children":373},"ul",{},[374,386,396],{"type":44,"tag":375,"props":376,"children":377},"li",{},[378,384],{"type":44,"tag":379,"props":380,"children":381},"strong",{},[382],{"type":50,"value":383},"Dataset type:",{"type":50,"value":385}," segmentation",{"type":44,"tag":375,"props":387,"children":388},{},[389,394],{"type":44,"tag":379,"props":390,"children":391},{},[392],{"type":50,"value":393},"Formats:",{"type":50,"value":395}," coco_panoptic, coco",{"type":44,"tag":375,"props":397,"children":398},{},[399,404],{"type":44,"tag":379,"props":400,"children":401},{},[402],{"type":50,"value":403},"Monitoring metric:",{"type":50,"value":405}," mIoU",{"type":44,"tag":407,"props":408,"children":410},"h3",{"id":409},"per-action-dataset-requirements",[411],{"type":50,"value":412},"Per-Action Dataset Requirements",{"type":44,"tag":414,"props":415,"children":416},"table",{},[417,451],{"type":44,"tag":418,"props":419,"children":420},"thead",{},[421],{"type":44,"tag":422,"props":423,"children":424},"tr",{},[425,431,436,441,446],{"type":44,"tag":426,"props":427,"children":428},"th",{},[429],{"type":50,"value":430},"Action",{"type":44,"tag":426,"props":432,"children":433},{},[434],{"type":50,"value":435},"Spec Key",{"type":44,"tag":426,"props":437,"children":438},{},[439],{"type":50,"value":440},"Source",{"type":44,"tag":426,"props":442,"children":443},{},[444],{"type":50,"value":445},"Files",{"type":44,"tag":426,"props":447,"children":448},{},[449],{"type":50,"value":450},"List?",{"type":44,"tag":452,"props":453,"children":454},"tbody",{},[455,483,508,532,557,582,607,632,657,681,705,729,753,777,800,823,846,869,892,915,938,961,984,1007,1030,1053,1076,1100,1123,1146,1169,1192,1215,1238,1261,1284,1307,1330,1353,1376,1400,1424,1447,1470,1493,1516,1539,1562,1585,1608,1631,1654,1677],{"type":44,"tag":422,"props":456,"children":457},{},[458,463,468,473,478],{"type":44,"tag":459,"props":460,"children":461},"td",{},[462],{"type":50,"value":82},{"type":44,"tag":459,"props":464,"children":465},{},[466],{"type":50,"value":467},"dataset.train.type",{"type":44,"tag":459,"props":469,"children":470},{},[471],{"type":50,"value":472},"train_datasets",{"type":44,"tag":459,"props":474,"children":475},{},[476],{"type":50,"value":477},"coco_panoptic",{"type":44,"tag":459,"props":479,"children":480},{},[481],{"type":50,"value":482},"No",{"type":44,"tag":422,"props":484,"children":485},{},[486,490,495,500,504],{"type":44,"tag":459,"props":487,"children":488},{},[489],{"type":50,"value":82},{"type":44,"tag":459,"props":491,"children":492},{},[493],{"type":50,"value":494},"dataset.val.type",{"type":44,"tag":459,"props":496,"children":497},{},[498],{"type":50,"value":499},"eval_dataset",{"type":44,"tag":459,"props":501,"children":502},{},[503],{"type":50,"value":477},{"type":44,"tag":459,"props":505,"children":506},{},[507],{"type":50,"value":482},{"type":44,"tag":422,"props":509,"children":510},{},[511,515,520,524,528],{"type":44,"tag":459,"props":512,"children":513},{},[514],{"type":50,"value":82},{"type":44,"tag":459,"props":516,"children":517},{},[518],{"type":50,"value":519},"dataset.test.type",{"type":44,"tag":459,"props":521,"children":522},{},[523],{"type":50,"value":499},{"type":44,"tag":459,"props":525,"children":526},{},[527],{"type":50,"value":477},{"type":44,"tag":459,"props":529,"children":530},{},[531],{"type":50,"value":482},{"type":44,"tag":422,"props":533,"children":534},{},[535,539,544,548,553],{"type":44,"tag":459,"props":536,"children":537},{},[538],{"type":50,"value":82},{"type":44,"tag":459,"props":540,"children":541},{},[542],{"type":50,"value":543},"dataset.train.img_dir",{"type":44,"tag":459,"props":545,"children":546},{},[547],{"type":50,"value":472},{"type":44,"tag":459,"props":549,"children":550},{},[551],{"type":50,"value":552},"images.tar.gz",{"type":44,"tag":459,"props":554,"children":555},{},[556],{"type":50,"value":482},{"type":44,"tag":422,"props":558,"children":559},{},[560,564,569,573,578],{"type":44,"tag":459,"props":561,"children":562},{},[563],{"type":50,"value":82},{"type":44,"tag":459,"props":565,"children":566},{},[567],{"type":50,"value":568},"dataset.label_map",{"type":44,"tag":459,"props":570,"children":571},{},[572],{"type":50,"value":472},{"type":44,"tag":459,"props":574,"children":575},{},[576],{"type":50,"value":577},"coco_panoptic: label_map_panoptic.json; *: label_map.json",{"type":44,"tag":459,"props":579,"children":580},{},[581],{"type":50,"value":482},{"type":44,"tag":422,"props":583,"children":584},{},[585,589,594,598,603],{"type":44,"tag":459,"props":586,"children":587},{},[588],{"type":50,"value":82},{"type":44,"tag":459,"props":590,"children":591},{},[592],{"type":50,"value":593},"dataset.train.instance_json",{"type":44,"tag":459,"props":595,"children":596},{},[597],{"type":50,"value":472},{"type":44,"tag":459,"props":599,"children":600},{},[601],{"type":50,"value":602},"annotations.json",{"type":44,"tag":459,"props":604,"children":605},{},[606],{"type":50,"value":482},{"type":44,"tag":422,"props":608,"children":609},{},[610,614,619,623,628],{"type":44,"tag":459,"props":611,"children":612},{},[613],{"type":50,"value":82},{"type":44,"tag":459,"props":615,"children":616},{},[617],{"type":50,"value":618},"dataset.train.panoptic_json",{"type":44,"tag":459,"props":620,"children":621},{},[622],{"type":50,"value":472},{"type":44,"tag":459,"props":624,"children":625},{},[626],{"type":50,"value":627},"annotations_panoptic.json",{"type":44,"tag":459,"props":629,"children":630},{},[631],{"type":50,"value":482},{"type":44,"tag":422,"props":633,"children":634},{},[635,639,644,648,653],{"type":44,"tag":459,"props":636,"children":637},{},[638],{"type":50,"value":82},{"type":44,"tag":459,"props":640,"children":641},{},[642],{"type":50,"value":643},"dataset.train.panoptic_dir",{"type":44,"tag":459,"props":645,"children":646},{},[647],{"type":50,"value":472},{"type":44,"tag":459,"props":649,"children":650},{},[651],{"type":50,"value":652},"images_panoptic.tar.gz",{"type":44,"tag":459,"props":654,"children":655},{},[656],{"type":50,"value":482},{"type":44,"tag":422,"props":658,"children":659},{},[660,664,669,673,677],{"type":44,"tag":459,"props":661,"children":662},{},[663],{"type":50,"value":82},{"type":44,"tag":459,"props":665,"children":666},{},[667],{"type":50,"value":668},"dataset.val.img_dir",{"type":44,"tag":459,"props":670,"children":671},{},[672],{"type":50,"value":499},{"type":44,"tag":459,"props":674,"children":675},{},[676],{"type":50,"value":552},{"type":44,"tag":459,"props":678,"children":679},{},[680],{"type":50,"value":482},{"type":44,"tag":422,"props":682,"children":683},{},[684,688,693,697,701],{"type":44,"tag":459,"props":685,"children":686},{},[687],{"type":50,"value":82},{"type":44,"tag":459,"props":689,"children":690},{},[691],{"type":50,"value":692},"dataset.val.instance_json",{"type":44,"tag":459,"props":694,"children":695},{},[696],{"type":50,"value":499},{"type":44,"tag":459,"props":698,"children":699},{},[700],{"type":50,"value":602},{"type":44,"tag":459,"props":702,"children":703},{},[704],{"type":50,"value":482},{"type":44,"tag":422,"props":706,"children":707},{},[708,712,717,721,725],{"type":44,"tag":459,"props":709,"children":710},{},[711],{"type":50,"value":82},{"type":44,"tag":459,"props":713,"children":714},{},[715],{"type":50,"value":716},"dataset.val.panoptic_json",{"type":44,"tag":459,"props":718,"children":719},{},[720],{"type":50,"value":499},{"type":44,"tag":459,"props":722,"children":723},{},[724],{"type":50,"value":627},{"type":44,"tag":459,"props":726,"children":727},{},[728],{"type":50,"value":482},{"type":44,"tag":422,"props":730,"children":731},{},[732,736,741,745,749],{"type":44,"tag":459,"props":733,"children":734},{},[735],{"type":50,"value":82},{"type":44,"tag":459,"props":737,"children":738},{},[739],{"type":50,"value":740},"dataset.val.panoptic_dir",{"type":44,"tag":459,"props":742,"children":743},{},[744],{"type":50,"value":499},{"type":44,"tag":459,"props":746,"children":747},{},[748],{"type":50,"value":652},{"type":44,"tag":459,"props":750,"children":751},{},[752],{"type":50,"value":482},{"type":44,"tag":422,"props":754,"children":755},{},[756,760,765,769,773],{"type":44,"tag":459,"props":757,"children":758},{},[759],{"type":50,"value":82},{"type":44,"tag":459,"props":761,"children":762},{},[763],{"type":50,"value":764},"dataset.test.img_dir",{"type":44,"tag":459,"props":766,"children":767},{},[768],{"type":50,"value":499},{"type":44,"tag":459,"props":770,"children":771},{},[772],{"type":50,"value":552},{"type":44,"tag":459,"props":774,"children":775},{},[776],{"type":50,"value":482},{"type":44,"tag":422,"props":778,"children":779},{},[780,784,788,792,796],{"type":44,"tag":459,"props":781,"children":782},{},[783],{"type":50,"value":90},{"type":44,"tag":459,"props":785,"children":786},{},[787],{"type":50,"value":467},{"type":44,"tag":459,"props":789,"children":790},{},[791],{"type":50,"value":472},{"type":44,"tag":459,"props":793,"children":794},{},[795],{"type":50,"value":477},{"type":44,"tag":459,"props":797,"children":798},{},[799],{"type":50,"value":482},{"type":44,"tag":422,"props":801,"children":802},{},[803,807,811,815,819],{"type":44,"tag":459,"props":804,"children":805},{},[806],{"type":50,"value":90},{"type":44,"tag":459,"props":808,"children":809},{},[810],{"type":50,"value":494},{"type":44,"tag":459,"props":812,"children":813},{},[814],{"type":50,"value":499},{"type":44,"tag":459,"props":816,"children":817},{},[818],{"type":50,"value":477},{"type":44,"tag":459,"props":820,"children":821},{},[822],{"type":50,"value":482},{"type":44,"tag":422,"props":824,"children":825},{},[826,830,834,838,842],{"type":44,"tag":459,"props":827,"children":828},{},[829],{"type":50,"value":90},{"type":44,"tag":459,"props":831,"children":832},{},[833],{"type":50,"value":519},{"type":44,"tag":459,"props":835,"children":836},{},[837],{"type":50,"value":499},{"type":44,"tag":459,"props":839,"children":840},{},[841],{"type":50,"value":477},{"type":44,"tag":459,"props":843,"children":844},{},[845],{"type":50,"value":482},{"type":44,"tag":422,"props":847,"children":848},{},[849,853,857,861,865],{"type":44,"tag":459,"props":850,"children":851},{},[852],{"type":50,"value":90},{"type":44,"tag":459,"props":854,"children":855},{},[856],{"type":50,"value":543},{"type":44,"tag":459,"props":858,"children":859},{},[860],{"type":50,"value":472},{"type":44,"tag":459,"props":862,"children":863},{},[864],{"type":50,"value":552},{"type":44,"tag":459,"props":866,"children":867},{},[868],{"type":50,"value":482},{"type":44,"tag":422,"props":870,"children":871},{},[872,876,880,884,888],{"type":44,"tag":459,"props":873,"children":874},{},[875],{"type":50,"value":90},{"type":44,"tag":459,"props":877,"children":878},{},[879],{"type":50,"value":568},{"type":44,"tag":459,"props":881,"children":882},{},[883],{"type":50,"value":472},{"type":44,"tag":459,"props":885,"children":886},{},[887],{"type":50,"value":577},{"type":44,"tag":459,"props":889,"children":890},{},[891],{"type":50,"value":482},{"type":44,"tag":422,"props":893,"children":894},{},[895,899,903,907,911],{"type":44,"tag":459,"props":896,"children":897},{},[898],{"type":50,"value":90},{"type":44,"tag":459,"props":900,"children":901},{},[902],{"type":50,"value":593},{"type":44,"tag":459,"props":904,"children":905},{},[906],{"type":50,"value":472},{"type":44,"tag":459,"props":908,"children":909},{},[910],{"type":50,"value":602},{"type":44,"tag":459,"props":912,"children":913},{},[914],{"type":50,"value":482},{"type":44,"tag":422,"props":916,"children":917},{},[918,922,926,930,934],{"type":44,"tag":459,"props":919,"children":920},{},[921],{"type":50,"value":90},{"type":44,"tag":459,"props":923,"children":924},{},[925],{"type":50,"value":618},{"type":44,"tag":459,"props":927,"children":928},{},[929],{"type":50,"value":472},{"type":44,"tag":459,"props":931,"children":932},{},[933],{"type":50,"value":627},{"type":44,"tag":459,"props":935,"children":936},{},[937],{"type":50,"value":482},{"type":44,"tag":422,"props":939,"children":940},{},[941,945,949,953,957],{"type":44,"tag":459,"props":942,"children":943},{},[944],{"type":50,"value":90},{"type":44,"tag":459,"props":946,"children":947},{},[948],{"type":50,"value":643},{"type":44,"tag":459,"props":950,"children":951},{},[952],{"type":50,"value":472},{"type":44,"tag":459,"props":954,"children":955},{},[956],{"type":50,"value":652},{"type":44,"tag":459,"props":958,"children":959},{},[960],{"type":50,"value":482},{"type":44,"tag":422,"props":962,"children":963},{},[964,968,972,976,980],{"type":44,"tag":459,"props":965,"children":966},{},[967],{"type":50,"value":90},{"type":44,"tag":459,"props":969,"children":970},{},[971],{"type":50,"value":668},{"type":44,"tag":459,"props":973,"children":974},{},[975],{"type":50,"value":499},{"type":44,"tag":459,"props":977,"children":978},{},[979],{"type":50,"value":552},{"type":44,"tag":459,"props":981,"children":982},{},[983],{"type":50,"value":482},{"type":44,"tag":422,"props":985,"children":986},{},[987,991,995,999,1003],{"type":44,"tag":459,"props":988,"children":989},{},[990],{"type":50,"value":90},{"type":44,"tag":459,"props":992,"children":993},{},[994],{"type":50,"value":692},{"type":44,"tag":459,"props":996,"children":997},{},[998],{"type":50,"value":499},{"type":44,"tag":459,"props":1000,"children":1001},{},[1002],{"type":50,"value":602},{"type":44,"tag":459,"props":1004,"children":1005},{},[1006],{"type":50,"value":482},{"type":44,"tag":422,"props":1008,"children":1009},{},[1010,1014,1018,1022,1026],{"type":44,"tag":459,"props":1011,"children":1012},{},[1013],{"type":50,"value":90},{"type":44,"tag":459,"props":1015,"children":1016},{},[1017],{"type":50,"value":716},{"type":44,"tag":459,"props":1019,"children":1020},{},[1021],{"type":50,"value":499},{"type":44,"tag":459,"props":1023,"children":1024},{},[1025],{"type":50,"value":627},{"type":44,"tag":459,"props":1027,"children":1028},{},[1029],{"type":50,"value":482},{"type":44,"tag":422,"props":1031,"children":1032},{},[1033,1037,1041,1045,1049],{"type":44,"tag":459,"props":1034,"children":1035},{},[1036],{"type":50,"value":90},{"type":44,"tag":459,"props":1038,"children":1039},{},[1040],{"type":50,"value":740},{"type":44,"tag":459,"props":1042,"children":1043},{},[1044],{"type":50,"value":499},{"type":44,"tag":459,"props":1046,"children":1047},{},[1048],{"type":50,"value":652},{"type":44,"tag":459,"props":1050,"children":1051},{},[1052],{"type":50,"value":482},{"type":44,"tag":422,"props":1054,"children":1055},{},[1056,1060,1064,1068,1072],{"type":44,"tag":459,"props":1057,"children":1058},{},[1059],{"type":50,"value":90},{"type":44,"tag":459,"props":1061,"children":1062},{},[1063],{"type":50,"value":764},{"type":44,"tag":459,"props":1065,"children":1066},{},[1067],{"type":50,"value":499},{"type":44,"tag":459,"props":1069,"children":1070},{},[1071],{"type":50,"value":552},{"type":44,"tag":459,"props":1073,"children":1074},{},[1075],{"type":50,"value":482},{"type":44,"tag":422,"props":1077,"children":1078},{},[1079,1084,1088,1092,1096],{"type":44,"tag":459,"props":1080,"children":1081},{},[1082],{"type":50,"value":1083},"quantize",{"type":44,"tag":459,"props":1085,"children":1086},{},[1087],{"type":50,"value":467},{"type":44,"tag":459,"props":1089,"children":1090},{},[1091],{"type":50,"value":472},{"type":44,"tag":459,"props":1093,"children":1094},{},[1095],{"type":50,"value":477},{"type":44,"tag":459,"props":1097,"children":1098},{},[1099],{"type":50,"value":482},{"type":44,"tag":422,"props":1101,"children":1102},{},[1103,1107,1111,1115,1119],{"type":44,"tag":459,"props":1104,"children":1105},{},[1106],{"type":50,"value":1083},{"type":44,"tag":459,"props":1108,"children":1109},{},[1110],{"type":50,"value":494},{"type":44,"tag":459,"props":1112,"children":1113},{},[1114],{"type":50,"value":499},{"type":44,"tag":459,"props":1116,"children":1117},{},[1118],{"type":50,"value":477},{"type":44,"tag":459,"props":1120,"children":1121},{},[1122],{"type":50,"value":482},{"type":44,"tag":422,"props":1124,"children":1125},{},[1126,1130,1134,1138,1142],{"type":44,"tag":459,"props":1127,"children":1128},{},[1129],{"type":50,"value":1083},{"type":44,"tag":459,"props":1131,"children":1132},{},[1133],{"type":50,"value":519},{"type":44,"tag":459,"props":1135,"children":1136},{},[1137],{"type":50,"value":499},{"type":44,"tag":459,"props":1139,"children":1140},{},[1141],{"type":50,"value":477},{"type":44,"tag":459,"props":1143,"children":1144},{},[1145],{"type":50,"value":482},{"type":44,"tag":422,"props":1147,"children":1148},{},[1149,1153,1157,1161,1165],{"type":44,"tag":459,"props":1150,"children":1151},{},[1152],{"type":50,"value":1083},{"type":44,"tag":459,"props":1154,"children":1155},{},[1156],{"type":50,"value":543},{"type":44,"tag":459,"props":1158,"children":1159},{},[1160],{"type":50,"value":472},{"type":44,"tag":459,"props":1162,"children":1163},{},[1164],{"type":50,"value":552},{"type":44,"tag":459,"props":1166,"children":1167},{},[1168],{"type":50,"value":482},{"type":44,"tag":422,"props":1170,"children":1171},{},[1172,1176,1180,1184,1188],{"type":44,"tag":459,"props":1173,"children":1174},{},[1175],{"type":50,"value":1083},{"type":44,"tag":459,"props":1177,"children":1178},{},[1179],{"type":50,"value":568},{"type":44,"tag":459,"props":1181,"children":1182},{},[1183],{"type":50,"value":472},{"type":44,"tag":459,"props":1185,"children":1186},{},[1187],{"type":50,"value":577},{"type":44,"tag":459,"props":1189,"children":1190},{},[1191],{"type":50,"value":482},{"type":44,"tag":422,"props":1193,"children":1194},{},[1195,1199,1203,1207,1211],{"type":44,"tag":459,"props":1196,"children":1197},{},[1198],{"type":50,"value":1083},{"type":44,"tag":459,"props":1200,"children":1201},{},[1202],{"type":50,"value":593},{"type":44,"tag":459,"props":1204,"children":1205},{},[1206],{"type":50,"value":472},{"type":44,"tag":459,"props":1208,"children":1209},{},[1210],{"type":50,"value":602},{"type":44,"tag":459,"props":1212,"children":1213},{},[1214],{"type":50,"value":482},{"type":44,"tag":422,"props":1216,"children":1217},{},[1218,1222,1226,1230,1234],{"type":44,"tag":459,"props":1219,"children":1220},{},[1221],{"type":50,"value":1083},{"type":44,"tag":459,"props":1223,"children":1224},{},[1225],{"type":50,"value":618},{"type":44,"tag":459,"props":1227,"children":1228},{},[1229],{"type":50,"value":472},{"type":44,"tag":459,"props":1231,"children":1232},{},[1233],{"type":50,"value":627},{"type":44,"tag":459,"props":1235,"children":1236},{},[1237],{"type":50,"value":482},{"type":44,"tag":422,"props":1239,"children":1240},{},[1241,1245,1249,1253,1257],{"type":44,"tag":459,"props":1242,"children":1243},{},[1244],{"type":50,"value":1083},{"type":44,"tag":459,"props":1246,"children":1247},{},[1248],{"type":50,"value":643},{"type":44,"tag":459,"props":1250,"children":1251},{},[1252],{"type":50,"value":472},{"type":44,"tag":459,"props":1254,"children":1255},{},[1256],{"type":50,"value":652},{"type":44,"tag":459,"props":1258,"children":1259},{},[1260],{"type":50,"value":482},{"type":44,"tag":422,"props":1262,"children":1263},{},[1264,1268,1272,1276,1280],{"type":44,"tag":459,"props":1265,"children":1266},{},[1267],{"type":50,"value":1083},{"type":44,"tag":459,"props":1269,"children":1270},{},[1271],{"type":50,"value":668},{"type":44,"tag":459,"props":1273,"children":1274},{},[1275],{"type":50,"value":499},{"type":44,"tag":459,"props":1277,"children":1278},{},[1279],{"type":50,"value":552},{"type":44,"tag":459,"props":1281,"children":1282},{},[1283],{"type":50,"value":482},{"type":44,"tag":422,"props":1285,"children":1286},{},[1287,1291,1295,1299,1303],{"type":44,"tag":459,"props":1288,"children":1289},{},[1290],{"type":50,"value":1083},{"type":44,"tag":459,"props":1292,"children":1293},{},[1294],{"type":50,"value":692},{"type":44,"tag":459,"props":1296,"children":1297},{},[1298],{"type":50,"value":499},{"type":44,"tag":459,"props":1300,"children":1301},{},[1302],{"type":50,"value":602},{"type":44,"tag":459,"props":1304,"children":1305},{},[1306],{"type":50,"value":482},{"type":44,"tag":422,"props":1308,"children":1309},{},[1310,1314,1318,1322,1326],{"type":44,"tag":459,"props":1311,"children":1312},{},[1313],{"type":50,"value":1083},{"type":44,"tag":459,"props":1315,"children":1316},{},[1317],{"type":50,"value":716},{"type":44,"tag":459,"props":1319,"children":1320},{},[1321],{"type":50,"value":499},{"type":44,"tag":459,"props":1323,"children":1324},{},[1325],{"type":50,"value":627},{"type":44,"tag":459,"props":1327,"children":1328},{},[1329],{"type":50,"value":482},{"type":44,"tag":422,"props":1331,"children":1332},{},[1333,1337,1341,1345,1349],{"type":44,"tag":459,"props":1334,"children":1335},{},[1336],{"type":50,"value":1083},{"type":44,"tag":459,"props":1338,"children":1339},{},[1340],{"type":50,"value":740},{"type":44,"tag":459,"props":1342,"children":1343},{},[1344],{"type":50,"value":499},{"type":44,"tag":459,"props":1346,"children":1347},{},[1348],{"type":50,"value":652},{"type":44,"tag":459,"props":1350,"children":1351},{},[1352],{"type":50,"value":482},{"type":44,"tag":422,"props":1354,"children":1355},{},[1356,1360,1364,1368,1372],{"type":44,"tag":459,"props":1357,"children":1358},{},[1359],{"type":50,"value":1083},{"type":44,"tag":459,"props":1361,"children":1362},{},[1363],{"type":50,"value":764},{"type":44,"tag":459,"props":1365,"children":1366},{},[1367],{"type":50,"value":499},{"type":44,"tag":459,"props":1369,"children":1370},{},[1371],{"type":50,"value":552},{"type":44,"tag":459,"props":1373,"children":1374},{},[1375],{"type":50,"value":482},{"type":44,"tag":422,"props":1377,"children":1378},{},[1379,1383,1388,1392,1396],{"type":44,"tag":459,"props":1380,"children":1381},{},[1382],{"type":50,"value":1083},{"type":44,"tag":459,"props":1384,"children":1385},{},[1386],{"type":50,"value":1387},"dataset.quant_calibration_dataset.images_dir",{"type":44,"tag":459,"props":1389,"children":1390},{},[1391],{"type":50,"value":472},{"type":44,"tag":459,"props":1393,"children":1394},{},[1395],{"type":50,"value":552},{"type":44,"tag":459,"props":1397,"children":1398},{},[1399],{"type":50,"value":482},{"type":44,"tag":422,"props":1401,"children":1402},{},[1403,1408,1412,1416,1420],{"type":44,"tag":459,"props":1404,"children":1405},{},[1406],{"type":50,"value":1407},"train",{"type":44,"tag":459,"props":1409,"children":1410},{},[1411],{"type":50,"value":467},{"type":44,"tag":459,"props":1413,"children":1414},{},[1415],{"type":50,"value":472},{"type":44,"tag":459,"props":1417,"children":1418},{},[1419],{"type":50,"value":477},{"type":44,"tag":459,"props":1421,"children":1422},{},[1423],{"type":50,"value":482},{"type":44,"tag":422,"props":1425,"children":1426},{},[1427,1431,1435,1439,1443],{"type":44,"tag":459,"props":1428,"children":1429},{},[1430],{"type":50,"value":1407},{"type":44,"tag":459,"props":1432,"children":1433},{},[1434],{"type":50,"value":494},{"type":44,"tag":459,"props":1436,"children":1437},{},[1438],{"type":50,"value":499},{"type":44,"tag":459,"props":1440,"children":1441},{},[1442],{"type":50,"value":477},{"type":44,"tag":459,"props":1444,"children":1445},{},[1446],{"type":50,"value":482},{"type":44,"tag":422,"props":1448,"children":1449},{},[1450,1454,1458,1462,1466],{"type":44,"tag":459,"props":1451,"children":1452},{},[1453],{"type":50,"value":1407},{"type":44,"tag":459,"props":1455,"children":1456},{},[1457],{"type":50,"value":519},{"type":44,"tag":459,"props":1459,"children":1460},{},[1461],{"type":50,"value":499},{"type":44,"tag":459,"props":1463,"children":1464},{},[1465],{"type":50,"value":477},{"type":44,"tag":459,"props":1467,"children":1468},{},[1469],{"type":50,"value":482},{"type":44,"tag":422,"props":1471,"children":1472},{},[1473,1477,1481,1485,1489],{"type":44,"tag":459,"props":1474,"children":1475},{},[1476],{"type":50,"value":1407},{"type":44,"tag":459,"props":1478,"children":1479},{},[1480],{"type":50,"value":543},{"type":44,"tag":459,"props":1482,"children":1483},{},[1484],{"type":50,"value":472},{"type":44,"tag":459,"props":1486,"children":1487},{},[1488],{"type":50,"value":552},{"type":44,"tag":459,"props":1490,"children":1491},{},[1492],{"type":50,"value":482},{"type":44,"tag":422,"props":1494,"children":1495},{},[1496,1500,1504,1508,1512],{"type":44,"tag":459,"props":1497,"children":1498},{},[1499],{"type":50,"value":1407},{"type":44,"tag":459,"props":1501,"children":1502},{},[1503],{"type":50,"value":568},{"type":44,"tag":459,"props":1505,"children":1506},{},[1507],{"type":50,"value":472},{"type":44,"tag":459,"props":1509,"children":1510},{},[1511],{"type":50,"value":577},{"type":44,"tag":459,"props":1513,"children":1514},{},[1515],{"type":50,"value":482},{"type":44,"tag":422,"props":1517,"children":1518},{},[1519,1523,1527,1531,1535],{"type":44,"tag":459,"props":1520,"children":1521},{},[1522],{"type":50,"value":1407},{"type":44,"tag":459,"props":1524,"children":1525},{},[1526],{"type":50,"value":593},{"type":44,"tag":459,"props":1528,"children":1529},{},[1530],{"type":50,"value":472},{"type":44,"tag":459,"props":1532,"children":1533},{},[1534],{"type":50,"value":602},{"type":44,"tag":459,"props":1536,"children":1537},{},[1538],{"type":50,"value":482},{"type":44,"tag":422,"props":1540,"children":1541},{},[1542,1546,1550,1554,1558],{"type":44,"tag":459,"props":1543,"children":1544},{},[1545],{"type":50,"value":1407},{"type":44,"tag":459,"props":1547,"children":1548},{},[1549],{"type":50,"value":618},{"type":44,"tag":459,"props":1551,"children":1552},{},[1553],{"type":50,"value":472},{"type":44,"tag":459,"props":1555,"children":1556},{},[1557],{"type":50,"value":627},{"type":44,"tag":459,"props":1559,"children":1560},{},[1561],{"type":50,"value":482},{"type":44,"tag":422,"props":1563,"children":1564},{},[1565,1569,1573,1577,1581],{"type":44,"tag":459,"props":1566,"children":1567},{},[1568],{"type":50,"value":1407},{"type":44,"tag":459,"props":1570,"children":1571},{},[1572],{"type":50,"value":643},{"type":44,"tag":459,"props":1574,"children":1575},{},[1576],{"type":50,"value":472},{"type":44,"tag":459,"props":1578,"children":1579},{},[1580],{"type":50,"value":652},{"type":44,"tag":459,"props":1582,"children":1583},{},[1584],{"type":50,"value":482},{"type":44,"tag":422,"props":1586,"children":1587},{},[1588,1592,1596,1600,1604],{"type":44,"tag":459,"props":1589,"children":1590},{},[1591],{"type":50,"value":1407},{"type":44,"tag":459,"props":1593,"children":1594},{},[1595],{"type":50,"value":668},{"type":44,"tag":459,"props":1597,"children":1598},{},[1599],{"type":50,"value":499},{"type":44,"tag":459,"props":1601,"children":1602},{},[1603],{"type":50,"value":552},{"type":44,"tag":459,"props":1605,"children":1606},{},[1607],{"type":50,"value":482},{"type":44,"tag":422,"props":1609,"children":1610},{},[1611,1615,1619,1623,1627],{"type":44,"tag":459,"props":1612,"children":1613},{},[1614],{"type":50,"value":1407},{"type":44,"tag":459,"props":1616,"children":1617},{},[1618],{"type":50,"value":692},{"type":44,"tag":459,"props":1620,"children":1621},{},[1622],{"type":50,"value":499},{"type":44,"tag":459,"props":1624,"children":1625},{},[1626],{"type":50,"value":602},{"type":44,"tag":459,"props":1628,"children":1629},{},[1630],{"type":50,"value":482},{"type":44,"tag":422,"props":1632,"children":1633},{},[1634,1638,1642,1646,1650],{"type":44,"tag":459,"props":1635,"children":1636},{},[1637],{"type":50,"value":1407},{"type":44,"tag":459,"props":1639,"children":1640},{},[1641],{"type":50,"value":716},{"type":44,"tag":459,"props":1643,"children":1644},{},[1645],{"type":50,"value":499},{"type":44,"tag":459,"props":1647,"children":1648},{},[1649],{"type":50,"value":627},{"type":44,"tag":459,"props":1651,"children":1652},{},[1653],{"type":50,"value":482},{"type":44,"tag":422,"props":1655,"children":1656},{},[1657,1661,1665,1669,1673],{"type":44,"tag":459,"props":1658,"children":1659},{},[1660],{"type":50,"value":1407},{"type":44,"tag":459,"props":1662,"children":1663},{},[1664],{"type":50,"value":740},{"type":44,"tag":459,"props":1666,"children":1667},{},[1668],{"type":50,"value":499},{"type":44,"tag":459,"props":1670,"children":1671},{},[1672],{"type":50,"value":652},{"type":44,"tag":459,"props":1674,"children":1675},{},[1676],{"type":50,"value":482},{"type":44,"tag":422,"props":1678,"children":1679},{},[1680,1684,1688,1692,1696],{"type":44,"tag":459,"props":1681,"children":1682},{},[1683],{"type":50,"value":1407},{"type":44,"tag":459,"props":1685,"children":1686},{},[1687],{"type":50,"value":764},{"type":44,"tag":459,"props":1689,"children":1690},{},[1691],{"type":50,"value":499},{"type":44,"tag":459,"props":1693,"children":1694},{},[1695],{"type":50,"value":552},{"type":44,"tag":459,"props":1697,"children":1698},{},[1699],{"type":50,"value":482},{"type":44,"tag":407,"props":1701,"children":1703},{"id":1702},"typical-spec-overrides",[1704],{"type":50,"value":1705},"Typical Spec Overrides",{"type":44,"tag":53,"props":1707,"children":1708},{},[1709,1711,1716,1718,1724],{"type":50,"value":1710},"Data source overrides are ",{"type":44,"tag":379,"props":1712,"children":1713},{},[1714],{"type":50,"value":1715},"mandatory for every action",{"type":50,"value":1717}," — the agent MUST construct data source paths from the Per-Action Dataset Requirements table above and include them in ",{"type":44,"tag":69,"props":1719,"children":1721},{"className":1720},[],[1722],{"type":50,"value":1723},"spec_overrides",{"type":50,"value":1725},".",{"type":44,"tag":1727,"props":1728,"children":1733},"pre",{"className":1729,"code":1730,"language":1731,"meta":1732,"style":1732},"language-python shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","S3_TRAIN = \"s3:\u002F\u002Fbucket\u002Fdata\u002Ftrain\"\nS3_EVAL = \"s3:\u002F\u002Fbucket\u002Fdata\u002Feval\"\n","python","",[1734],{"type":44,"tag":69,"props":1735,"children":1736},{"__ignoreMap":1732},[1737,1748],{"type":44,"tag":1738,"props":1739,"children":1742},"span",{"class":1740,"line":1741},"line",1,[1743],{"type":44,"tag":1738,"props":1744,"children":1745},{},[1746],{"type":50,"value":1747},"S3_TRAIN = \"s3:\u002F\u002Fbucket\u002Fdata\u002Ftrain\"\n",{"type":44,"tag":1738,"props":1749,"children":1751},{"class":1740,"line":1750},2,[1752],{"type":44,"tag":1738,"props":1753,"children":1754},{},[1755],{"type":50,"value":1756},"S3_EVAL = \"s3:\u002F\u002Fbucket\u002Fdata\u002Feval\"\n",{"type":44,"tag":53,"props":1758,"children":1759},{},[1760],{"type":44,"tag":379,"props":1761,"children":1762},{},[1763],{"type":50,"value":1764},"train (mandatory data sources):",{"type":44,"tag":1727,"props":1766,"children":1768},{"className":1729,"code":1767,"language":1731,"meta":1732,"style":1732},"{\n    \"train.num_gpus\": 1,\n    \"train.num_epochs\": 10,\n    \"train.checkpoint_interval\": 10,\n    \"train.validation_interval\": 10,\n    \"model.sem_seg_head.num_classes\": 133,\n    \"dataset.contiguous_id\": True,\n    \"dataset.train.type\": \"coco_panoptic\",\n    \"dataset.val.type\": \"coco_panoptic\",\n    \"dataset.test.type\": \"coco_panoptic\",\n    \"dataset.train.img_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n    \"dataset.label_map\": f\"{S3_TRAIN}\u002Flabel_map_panoptic.json\",\n    \"dataset.train.instance_json\": f\"{S3_TRAIN}\u002Fannotations.json\",\n    \"dataset.train.panoptic_json\": f\"{S3_TRAIN}\u002Fannotations_panoptic.json\",\n    \"dataset.train.panoptic_dir\": f\"{S3_TRAIN}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.val.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n    \"dataset.val.instance_json\": f\"{S3_EVAL}\u002Fannotations.json\",\n    \"dataset.val.panoptic_json\": f\"{S3_EVAL}\u002Fannotations_panoptic.json\",\n    \"dataset.val.panoptic_dir\": f\"{S3_EVAL}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.test.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n}\n",[1769],{"type":44,"tag":69,"props":1770,"children":1771},{"__ignoreMap":1732},[1772,1780,1788,1797,1806,1815,1824,1833,1842,1851,1860,1869,1878,1887,1896,1905,1914,1923,1932,1941,1950],{"type":44,"tag":1738,"props":1773,"children":1774},{"class":1740,"line":1741},[1775],{"type":44,"tag":1738,"props":1776,"children":1777},{},[1778],{"type":50,"value":1779},"{\n",{"type":44,"tag":1738,"props":1781,"children":1782},{"class":1740,"line":1750},[1783],{"type":44,"tag":1738,"props":1784,"children":1785},{},[1786],{"type":50,"value":1787},"    \"train.num_gpus\": 1,\n",{"type":44,"tag":1738,"props":1789,"children":1791},{"class":1740,"line":1790},3,[1792],{"type":44,"tag":1738,"props":1793,"children":1794},{},[1795],{"type":50,"value":1796},"    \"train.num_epochs\": 10,\n",{"type":44,"tag":1738,"props":1798,"children":1800},{"class":1740,"line":1799},4,[1801],{"type":44,"tag":1738,"props":1802,"children":1803},{},[1804],{"type":50,"value":1805},"    \"train.checkpoint_interval\": 10,\n",{"type":44,"tag":1738,"props":1807,"children":1809},{"class":1740,"line":1808},5,[1810],{"type":44,"tag":1738,"props":1811,"children":1812},{},[1813],{"type":50,"value":1814},"    \"train.validation_interval\": 10,\n",{"type":44,"tag":1738,"props":1816,"children":1818},{"class":1740,"line":1817},6,[1819],{"type":44,"tag":1738,"props":1820,"children":1821},{},[1822],{"type":50,"value":1823},"    \"model.sem_seg_head.num_classes\": 133,\n",{"type":44,"tag":1738,"props":1825,"children":1827},{"class":1740,"line":1826},7,[1828],{"type":44,"tag":1738,"props":1829,"children":1830},{},[1831],{"type":50,"value":1832},"    \"dataset.contiguous_id\": True,\n",{"type":44,"tag":1738,"props":1834,"children":1836},{"class":1740,"line":1835},8,[1837],{"type":44,"tag":1738,"props":1838,"children":1839},{},[1840],{"type":50,"value":1841},"    \"dataset.train.type\": \"coco_panoptic\",\n",{"type":44,"tag":1738,"props":1843,"children":1845},{"class":1740,"line":1844},9,[1846],{"type":44,"tag":1738,"props":1847,"children":1848},{},[1849],{"type":50,"value":1850},"    \"dataset.val.type\": \"coco_panoptic\",\n",{"type":44,"tag":1738,"props":1852,"children":1854},{"class":1740,"line":1853},10,[1855],{"type":44,"tag":1738,"props":1856,"children":1857},{},[1858],{"type":50,"value":1859},"    \"dataset.test.type\": \"coco_panoptic\",\n",{"type":44,"tag":1738,"props":1861,"children":1863},{"class":1740,"line":1862},11,[1864],{"type":44,"tag":1738,"props":1865,"children":1866},{},[1867],{"type":50,"value":1868},"    \"dataset.train.img_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n",{"type":44,"tag":1738,"props":1870,"children":1872},{"class":1740,"line":1871},12,[1873],{"type":44,"tag":1738,"props":1874,"children":1875},{},[1876],{"type":50,"value":1877},"    \"dataset.label_map\": f\"{S3_TRAIN}\u002Flabel_map_panoptic.json\",\n",{"type":44,"tag":1738,"props":1879,"children":1881},{"class":1740,"line":1880},13,[1882],{"type":44,"tag":1738,"props":1883,"children":1884},{},[1885],{"type":50,"value":1886},"    \"dataset.train.instance_json\": f\"{S3_TRAIN}\u002Fannotations.json\",\n",{"type":44,"tag":1738,"props":1888,"children":1890},{"class":1740,"line":1889},14,[1891],{"type":44,"tag":1738,"props":1892,"children":1893},{},[1894],{"type":50,"value":1895},"    \"dataset.train.panoptic_json\": f\"{S3_TRAIN}\u002Fannotations_panoptic.json\",\n",{"type":44,"tag":1738,"props":1897,"children":1899},{"class":1740,"line":1898},15,[1900],{"type":44,"tag":1738,"props":1901,"children":1902},{},[1903],{"type":50,"value":1904},"    \"dataset.train.panoptic_dir\": f\"{S3_TRAIN}\u002Fimages_panoptic.tar.gz\",\n",{"type":44,"tag":1738,"props":1906,"children":1908},{"class":1740,"line":1907},16,[1909],{"type":44,"tag":1738,"props":1910,"children":1911},{},[1912],{"type":50,"value":1913},"    \"dataset.val.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n",{"type":44,"tag":1738,"props":1915,"children":1917},{"class":1740,"line":1916},17,[1918],{"type":44,"tag":1738,"props":1919,"children":1920},{},[1921],{"type":50,"value":1922},"    \"dataset.val.instance_json\": f\"{S3_EVAL}\u002Fannotations.json\",\n",{"type":44,"tag":1738,"props":1924,"children":1926},{"class":1740,"line":1925},18,[1927],{"type":44,"tag":1738,"props":1928,"children":1929},{},[1930],{"type":50,"value":1931},"    \"dataset.val.panoptic_json\": f\"{S3_EVAL}\u002Fannotations_panoptic.json\",\n",{"type":44,"tag":1738,"props":1933,"children":1935},{"class":1740,"line":1934},19,[1936],{"type":44,"tag":1738,"props":1937,"children":1938},{},[1939],{"type":50,"value":1940},"    \"dataset.val.panoptic_dir\": f\"{S3_EVAL}\u002Fimages_panoptic.tar.gz\",\n",{"type":44,"tag":1738,"props":1942,"children":1944},{"class":1740,"line":1943},20,[1945],{"type":44,"tag":1738,"props":1946,"children":1947},{},[1948],{"type":50,"value":1949},"    \"dataset.test.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n",{"type":44,"tag":1738,"props":1951,"children":1953},{"class":1740,"line":1952},21,[1954],{"type":44,"tag":1738,"props":1955,"children":1956},{},[1957],{"type":50,"value":1958},"}\n",{"type":44,"tag":53,"props":1960,"children":1961},{},[1962],{"type":44,"tag":379,"props":1963,"children":1964},{},[1965],{"type":50,"value":1966},"evaluate (mandatory data sources):",{"type":44,"tag":1727,"props":1968,"children":1970},{"className":1729,"code":1969,"language":1731,"meta":1732,"style":1732},"{\n    \"evaluate.checkpoint\": \"\u003Cselected train\u002FAutoML checkpoint>\",\n    \"model.sem_seg_head.num_classes\": 133,\n    \"dataset.contiguous_id\": True,\n    \"dataset.train.type\": \"coco_panoptic\",\n    \"dataset.val.type\": \"coco_panoptic\",\n    \"dataset.test.type\": \"coco_panoptic\",\n    \"dataset.train.img_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n    \"dataset.label_map\": f\"{S3_TRAIN}\u002Flabel_map_panoptic.json\",\n    \"dataset.train.instance_json\": f\"{S3_TRAIN}\u002Fannotations.json\",\n    \"dataset.train.panoptic_json\": f\"{S3_TRAIN}\u002Fannotations_panoptic.json\",\n    \"dataset.train.panoptic_dir\": f\"{S3_TRAIN}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.val.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n    \"dataset.val.instance_json\": f\"{S3_EVAL}\u002Fannotations.json\",\n    \"dataset.val.panoptic_json\": f\"{S3_EVAL}\u002Fannotations_panoptic.json\",\n    \"dataset.val.panoptic_dir\": f\"{S3_EVAL}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.test.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n}\n",[1971],{"type":44,"tag":69,"props":1972,"children":1973},{"__ignoreMap":1732},[1974,1981,1989,1996,2003,2010,2017,2024,2031,2038,2045,2052,2059,2066,2073,2080,2087,2094],{"type":44,"tag":1738,"props":1975,"children":1976},{"class":1740,"line":1741},[1977],{"type":44,"tag":1738,"props":1978,"children":1979},{},[1980],{"type":50,"value":1779},{"type":44,"tag":1738,"props":1982,"children":1983},{"class":1740,"line":1750},[1984],{"type":44,"tag":1738,"props":1985,"children":1986},{},[1987],{"type":50,"value":1988},"    \"evaluate.checkpoint\": \"\u003Cselected train\u002FAutoML checkpoint>\",\n",{"type":44,"tag":1738,"props":1990,"children":1991},{"class":1740,"line":1790},[1992],{"type":44,"tag":1738,"props":1993,"children":1994},{},[1995],{"type":50,"value":1823},{"type":44,"tag":1738,"props":1997,"children":1998},{"class":1740,"line":1799},[1999],{"type":44,"tag":1738,"props":2000,"children":2001},{},[2002],{"type":50,"value":1832},{"type":44,"tag":1738,"props":2004,"children":2005},{"class":1740,"line":1808},[2006],{"type":44,"tag":1738,"props":2007,"children":2008},{},[2009],{"type":50,"value":1841},{"type":44,"tag":1738,"props":2011,"children":2012},{"class":1740,"line":1817},[2013],{"type":44,"tag":1738,"props":2014,"children":2015},{},[2016],{"type":50,"value":1850},{"type":44,"tag":1738,"props":2018,"children":2019},{"class":1740,"line":1826},[2020],{"type":44,"tag":1738,"props":2021,"children":2022},{},[2023],{"type":50,"value":1859},{"type":44,"tag":1738,"props":2025,"children":2026},{"class":1740,"line":1835},[2027],{"type":44,"tag":1738,"props":2028,"children":2029},{},[2030],{"type":50,"value":1868},{"type":44,"tag":1738,"props":2032,"children":2033},{"class":1740,"line":1844},[2034],{"type":44,"tag":1738,"props":2035,"children":2036},{},[2037],{"type":50,"value":1877},{"type":44,"tag":1738,"props":2039,"children":2040},{"class":1740,"line":1853},[2041],{"type":44,"tag":1738,"props":2042,"children":2043},{},[2044],{"type":50,"value":1886},{"type":44,"tag":1738,"props":2046,"children":2047},{"class":1740,"line":1862},[2048],{"type":44,"tag":1738,"props":2049,"children":2050},{},[2051],{"type":50,"value":1895},{"type":44,"tag":1738,"props":2053,"children":2054},{"class":1740,"line":1871},[2055],{"type":44,"tag":1738,"props":2056,"children":2057},{},[2058],{"type":50,"value":1904},{"type":44,"tag":1738,"props":2060,"children":2061},{"class":1740,"line":1880},[2062],{"type":44,"tag":1738,"props":2063,"children":2064},{},[2065],{"type":50,"value":1913},{"type":44,"tag":1738,"props":2067,"children":2068},{"class":1740,"line":1889},[2069],{"type":44,"tag":1738,"props":2070,"children":2071},{},[2072],{"type":50,"value":1922},{"type":44,"tag":1738,"props":2074,"children":2075},{"class":1740,"line":1898},[2076],{"type":44,"tag":1738,"props":2077,"children":2078},{},[2079],{"type":50,"value":1931},{"type":44,"tag":1738,"props":2081,"children":2082},{"class":1740,"line":1907},[2083],{"type":44,"tag":1738,"props":2084,"children":2085},{},[2086],{"type":50,"value":1940},{"type":44,"tag":1738,"props":2088,"children":2089},{"class":1740,"line":1916},[2090],{"type":44,"tag":1738,"props":2091,"children":2092},{},[2093],{"type":50,"value":1949},{"type":44,"tag":1738,"props":2095,"children":2096},{"class":1740,"line":1925},[2097],{"type":44,"tag":1738,"props":2098,"children":2099},{},[2100],{"type":50,"value":1958},{"type":44,"tag":53,"props":2102,"children":2103},{},[2104],{"type":44,"tag":379,"props":2105,"children":2106},{},[2107],{"type":50,"value":2108},"export:",{"type":44,"tag":1727,"props":2110,"children":2112},{"className":1729,"code":2111,"language":1731,"meta":1732,"style":1732},"{\n    \"export.checkpoint\": \"\u003Cselected train\u002FAutoML checkpoint>\",\n    \"export.onnx_file\": \"\u003Coutput ONNX path>\",\n    \"model.sem_seg_head.num_classes\": \"\u003Csame value used for train>\",\n}\n",[2113],{"type":44,"tag":69,"props":2114,"children":2115},{"__ignoreMap":1732},[2116,2123,2131,2139,2147],{"type":44,"tag":1738,"props":2117,"children":2118},{"class":1740,"line":1741},[2119],{"type":44,"tag":1738,"props":2120,"children":2121},{},[2122],{"type":50,"value":1779},{"type":44,"tag":1738,"props":2124,"children":2125},{"class":1740,"line":1750},[2126],{"type":44,"tag":1738,"props":2127,"children":2128},{},[2129],{"type":50,"value":2130},"    \"export.checkpoint\": \"\u003Cselected train\u002FAutoML checkpoint>\",\n",{"type":44,"tag":1738,"props":2132,"children":2133},{"class":1740,"line":1790},[2134],{"type":44,"tag":1738,"props":2135,"children":2136},{},[2137],{"type":50,"value":2138},"    \"export.onnx_file\": \"\u003Coutput ONNX path>\",\n",{"type":44,"tag":1738,"props":2140,"children":2141},{"class":1740,"line":1799},[2142],{"type":44,"tag":1738,"props":2143,"children":2144},{},[2145],{"type":50,"value":2146},"    \"model.sem_seg_head.num_classes\": \"\u003Csame value used for train>\",\n",{"type":44,"tag":1738,"props":2148,"children":2149},{"class":1740,"line":1808},[2150],{"type":44,"tag":1738,"props":2151,"children":2152},{},[2153],{"type":50,"value":1958},{"type":44,"tag":53,"props":2155,"children":2156},{},[2157],{"type":44,"tag":379,"props":2158,"children":2159},{},[2160],{"type":50,"value":2161},"inference (mandatory data sources):",{"type":44,"tag":1727,"props":2163,"children":2165},{"className":1729,"code":2164,"language":1731,"meta":1732,"style":1732},"{\n    \"inference.checkpoint\": \"\u003Cselected train\u002FAutoML checkpoint>\",\n    \"model.sem_seg_head.num_classes\": \"\u003Csame value used for train>\",\n    \"dataset.contiguous_id\": True,\n    \"dataset.train.img_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n    \"dataset.label_map\": f\"{S3_TRAIN}\u002Flabel_map_panoptic.json\",\n    \"dataset.train.instance_json\": f\"{S3_TRAIN}\u002Fannotations.json\",\n    \"dataset.train.panoptic_json\": f\"{S3_TRAIN}\u002Fannotations_panoptic.json\",\n    \"dataset.train.panoptic_dir\": f\"{S3_TRAIN}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.val.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n    \"dataset.val.instance_json\": f\"{S3_EVAL}\u002Fannotations.json\",\n    \"dataset.val.panoptic_json\": f\"{S3_EVAL}\u002Fannotations_panoptic.json\",\n    \"dataset.val.panoptic_dir\": f\"{S3_EVAL}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.test.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n}\n",[2166],{"type":44,"tag":69,"props":2167,"children":2168},{"__ignoreMap":1732},[2169,2176,2184,2191,2198,2205,2212,2219,2226,2233,2240,2247,2254,2261,2268],{"type":44,"tag":1738,"props":2170,"children":2171},{"class":1740,"line":1741},[2172],{"type":44,"tag":1738,"props":2173,"children":2174},{},[2175],{"type":50,"value":1779},{"type":44,"tag":1738,"props":2177,"children":2178},{"class":1740,"line":1750},[2179],{"type":44,"tag":1738,"props":2180,"children":2181},{},[2182],{"type":50,"value":2183},"    \"inference.checkpoint\": \"\u003Cselected train\u002FAutoML checkpoint>\",\n",{"type":44,"tag":1738,"props":2185,"children":2186},{"class":1740,"line":1790},[2187],{"type":44,"tag":1738,"props":2188,"children":2189},{},[2190],{"type":50,"value":2146},{"type":44,"tag":1738,"props":2192,"children":2193},{"class":1740,"line":1799},[2194],{"type":44,"tag":1738,"props":2195,"children":2196},{},[2197],{"type":50,"value":1832},{"type":44,"tag":1738,"props":2199,"children":2200},{"class":1740,"line":1808},[2201],{"type":44,"tag":1738,"props":2202,"children":2203},{},[2204],{"type":50,"value":1868},{"type":44,"tag":1738,"props":2206,"children":2207},{"class":1740,"line":1817},[2208],{"type":44,"tag":1738,"props":2209,"children":2210},{},[2211],{"type":50,"value":1877},{"type":44,"tag":1738,"props":2213,"children":2214},{"class":1740,"line":1826},[2215],{"type":44,"tag":1738,"props":2216,"children":2217},{},[2218],{"type":50,"value":1886},{"type":44,"tag":1738,"props":2220,"children":2221},{"class":1740,"line":1835},[2222],{"type":44,"tag":1738,"props":2223,"children":2224},{},[2225],{"type":50,"value":1895},{"type":44,"tag":1738,"props":2227,"children":2228},{"class":1740,"line":1844},[2229],{"type":44,"tag":1738,"props":2230,"children":2231},{},[2232],{"type":50,"value":1904},{"type":44,"tag":1738,"props":2234,"children":2235},{"class":1740,"line":1853},[2236],{"type":44,"tag":1738,"props":2237,"children":2238},{},[2239],{"type":50,"value":1913},{"type":44,"tag":1738,"props":2241,"children":2242},{"class":1740,"line":1862},[2243],{"type":44,"tag":1738,"props":2244,"children":2245},{},[2246],{"type":50,"value":1922},{"type":44,"tag":1738,"props":2248,"children":2249},{"class":1740,"line":1871},[2250],{"type":44,"tag":1738,"props":2251,"children":2252},{},[2253],{"type":50,"value":1931},{"type":44,"tag":1738,"props":2255,"children":2256},{"class":1740,"line":1880},[2257],{"type":44,"tag":1738,"props":2258,"children":2259},{},[2260],{"type":50,"value":1940},{"type":44,"tag":1738,"props":2262,"children":2263},{"class":1740,"line":1889},[2264],{"type":44,"tag":1738,"props":2265,"children":2266},{},[2267],{"type":50,"value":1949},{"type":44,"tag":1738,"props":2269,"children":2270},{"class":1740,"line":1898},[2271],{"type":44,"tag":1738,"props":2272,"children":2273},{},[2274],{"type":50,"value":1958},{"type":44,"tag":53,"props":2276,"children":2277},{},[2278],{"type":44,"tag":379,"props":2279,"children":2280},{},[2281],{"type":50,"value":2282},"quantize (mandatory data sources):",{"type":44,"tag":1727,"props":2284,"children":2286},{"className":1729,"code":2285,"language":1731,"meta":1732,"style":1732},"{\n    \"quantize.model_path\": \"\u003Cselected train\u002Fexport artifact>\",\n    \"dataset.train.img_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n    \"dataset.label_map\": f\"{S3_TRAIN}\u002Flabel_map_panoptic.json\",\n    \"dataset.train.instance_json\": f\"{S3_TRAIN}\u002Fannotations.json\",\n    \"dataset.train.panoptic_json\": f\"{S3_TRAIN}\u002Fannotations_panoptic.json\",\n    \"dataset.train.panoptic_dir\": f\"{S3_TRAIN}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.val.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n    \"dataset.val.instance_json\": f\"{S3_EVAL}\u002Fannotations.json\",\n    \"dataset.val.panoptic_json\": f\"{S3_EVAL}\u002Fannotations_panoptic.json\",\n    \"dataset.val.panoptic_dir\": f\"{S3_EVAL}\u002Fimages_panoptic.tar.gz\",\n    \"dataset.test.img_dir\": f\"{S3_EVAL}\u002Fimages.tar.gz\",\n    \"dataset.quant_calibration_dataset.images_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n}\n",[2287],{"type":44,"tag":69,"props":2288,"children":2289},{"__ignoreMap":1732},[2290,2297,2305,2312,2319,2326,2333,2340,2347,2354,2361,2368,2375,2383],{"type":44,"tag":1738,"props":2291,"children":2292},{"class":1740,"line":1741},[2293],{"type":44,"tag":1738,"props":2294,"children":2295},{},[2296],{"type":50,"value":1779},{"type":44,"tag":1738,"props":2298,"children":2299},{"class":1740,"line":1750},[2300],{"type":44,"tag":1738,"props":2301,"children":2302},{},[2303],{"type":50,"value":2304},"    \"quantize.model_path\": \"\u003Cselected train\u002Fexport artifact>\",\n",{"type":44,"tag":1738,"props":2306,"children":2307},{"class":1740,"line":1790},[2308],{"type":44,"tag":1738,"props":2309,"children":2310},{},[2311],{"type":50,"value":1868},{"type":44,"tag":1738,"props":2313,"children":2314},{"class":1740,"line":1799},[2315],{"type":44,"tag":1738,"props":2316,"children":2317},{},[2318],{"type":50,"value":1877},{"type":44,"tag":1738,"props":2320,"children":2321},{"class":1740,"line":1808},[2322],{"type":44,"tag":1738,"props":2323,"children":2324},{},[2325],{"type":50,"value":1886},{"type":44,"tag":1738,"props":2327,"children":2328},{"class":1740,"line":1817},[2329],{"type":44,"tag":1738,"props":2330,"children":2331},{},[2332],{"type":50,"value":1895},{"type":44,"tag":1738,"props":2334,"children":2335},{"class":1740,"line":1826},[2336],{"type":44,"tag":1738,"props":2337,"children":2338},{},[2339],{"type":50,"value":1904},{"type":44,"tag":1738,"props":2341,"children":2342},{"class":1740,"line":1835},[2343],{"type":44,"tag":1738,"props":2344,"children":2345},{},[2346],{"type":50,"value":1913},{"type":44,"tag":1738,"props":2348,"children":2349},{"class":1740,"line":1844},[2350],{"type":44,"tag":1738,"props":2351,"children":2352},{},[2353],{"type":50,"value":1922},{"type":44,"tag":1738,"props":2355,"children":2356},{"class":1740,"line":1853},[2357],{"type":44,"tag":1738,"props":2358,"children":2359},{},[2360],{"type":50,"value":1931},{"type":44,"tag":1738,"props":2362,"children":2363},{"class":1740,"line":1862},[2364],{"type":44,"tag":1738,"props":2365,"children":2366},{},[2367],{"type":50,"value":1940},{"type":44,"tag":1738,"props":2369,"children":2370},{"class":1740,"line":1871},[2371],{"type":44,"tag":1738,"props":2372,"children":2373},{},[2374],{"type":50,"value":1949},{"type":44,"tag":1738,"props":2376,"children":2377},{"class":1740,"line":1880},[2378],{"type":44,"tag":1738,"props":2379,"children":2380},{},[2381],{"type":50,"value":2382},"    \"dataset.quant_calibration_dataset.images_dir\": f\"{S3_TRAIN}\u002Fimages.tar.gz\",\n",{"type":44,"tag":1738,"props":2384,"children":2385},{"class":1740,"line":1889},[2386],{"type":44,"tag":1738,"props":2387,"children":2388},{},[2389],{"type":50,"value":1958},{"type":44,"tag":118,"props":2391,"children":2393},{"id":2392},"eval-dataset",[2394],{"type":50,"value":2395},"Eval Dataset",{"type":44,"tag":53,"props":2397,"children":2398},{},[2399],{"type":50,"value":2400},"Optional. Val data sources are part of the dataset config alongside train.",{"type":44,"tag":118,"props":2402,"children":2404},{"id":2403},"important-parameters",[2405],{"type":50,"value":2406},"Important Parameters",{"type":44,"tag":371,"props":2408,"children":2409},{},[2410,2420,2430,2440,2450,2460],{"type":44,"tag":375,"props":2411,"children":2412},{},[2413,2418],{"type":44,"tag":379,"props":2414,"children":2415},{},[2416],{"type":50,"value":2417},"model.sem_seg_head.num_classes",{"type":50,"value":2419},": Number of segmentation classes. Default 200. Must match your annotation categories.",{"type":44,"tag":375,"props":2421,"children":2422},{},[2423,2428],{"type":44,"tag":379,"props":2424,"children":2425},{},[2426],{"type":50,"value":2427},"model.backbone.swin.type",{"type":50,"value":2429},": Swin Transformer variant. Default tiny. Options include tiny, small, base, large.",{"type":44,"tag":375,"props":2431,"children":2432},{},[2433,2438],{"type":44,"tag":379,"props":2434,"children":2435},{},[2436],{"type":50,"value":2437},"model.mode",{"type":50,"value":2439},": Segmentation mode. Default panoptic. Options: panoptic, instance, semantic.",{"type":44,"tag":375,"props":2441,"children":2442},{},[2443,2448],{"type":44,"tag":379,"props":2444,"children":2445},{},[2446],{"type":50,"value":2447},"train.optim.lr",{"type":50,"value":2449},": Learning rate. Default 2e-4 (AdamW).",{"type":44,"tag":375,"props":2451,"children":2452},{},[2453,2458],{"type":44,"tag":379,"props":2454,"children":2455},{},[2456],{"type":50,"value":2457},"dataset.train.batch_size",{"type":50,"value":2459},": Per-GPU batch size. Default 1. Mask2Former is memory-intensive due to per-pixel predictions.",{"type":44,"tag":375,"props":2461,"children":2462},{},[2463,2468,2470,2475,2477,2482,2484,2490],{"type":44,"tag":379,"props":2464,"children":2465},{},[2466],{"type":50,"value":2467},"dataset.contiguous_id",{"type":50,"value":2469},": If true, set ",{"type":44,"tag":69,"props":2471,"children":2473},{"className":2472},[],[2474],{"type":50,"value":2417},{"type":50,"value":2476},"\nto the number of label-map categories. If false, set\n",{"type":44,"tag":69,"props":2478,"children":2480},{"className":2479},[],[2481],{"type":50,"value":2417},{"type":50,"value":2483}," above the maximum raw category id and keep\nthe same setting for evaluate, inference, export, deploy, and quantize. The\nCOCO panoptic S3 sample has 133 categories with raw ids up to 200, so raw-id\nvalidation uses ",{"type":44,"tag":69,"props":2485,"children":2487},{"className":2486},[],[2488],{"type":50,"value":2489},"num_classes: 201",{"type":50,"value":1725},{"type":44,"tag":118,"props":2492,"children":2494},{"id":2493},"multi-gpu-multi-node",[2495],{"type":50,"value":2496},"Multi-GPU \u002F Multi-Node",{"type":44,"tag":53,"props":2498,"children":2499},{},[2500,2505,2507,2512],{"type":44,"tag":379,"props":2501,"children":2502},{},[2503],{"type":50,"value":2504},"Launch method:",{"type":50,"value":2506}," Lightning-managed (single ",{"type":44,"tag":69,"props":2508,"children":2510},{"className":2509},[],[2511],{"type":50,"value":1731},{"type":50,"value":2513}," process, Lightning spawns workers).",{"type":44,"tag":414,"props":2515,"children":2516},{},[2517,2537],{"type":44,"tag":418,"props":2518,"children":2519},{},[2520],{"type":44,"tag":422,"props":2521,"children":2522},{},[2523,2527,2532],{"type":44,"tag":426,"props":2524,"children":2525},{},[2526],{"type":50,"value":435},{"type":44,"tag":426,"props":2528,"children":2529},{},[2530],{"type":50,"value":2531},"Description",{"type":44,"tag":426,"props":2533,"children":2534},{},[2535],{"type":50,"value":2536},"Default",{"type":44,"tag":452,"props":2538,"children":2539},{},[2540,2562,2587,2608],{"type":44,"tag":422,"props":2541,"children":2542},{},[2543,2552,2557],{"type":44,"tag":459,"props":2544,"children":2545},{},[2546],{"type":44,"tag":69,"props":2547,"children":2549},{"className":2548},[],[2550],{"type":50,"value":2551},"train.num_gpus",{"type":44,"tag":459,"props":2553,"children":2554},{},[2555],{"type":50,"value":2556},"Number of GPUs",{"type":44,"tag":459,"props":2558,"children":2559},{},[2560],{"type":50,"value":2561},"1",{"type":44,"tag":422,"props":2563,"children":2564},{},[2565,2574,2579],{"type":44,"tag":459,"props":2566,"children":2567},{},[2568],{"type":44,"tag":69,"props":2569,"children":2571},{"className":2570},[],[2572],{"type":50,"value":2573},"train.gpu_ids",{"type":44,"tag":459,"props":2575,"children":2576},{},[2577],{"type":50,"value":2578},"GPU device indices",{"type":44,"tag":459,"props":2580,"children":2581},{},[2582],{"type":44,"tag":1738,"props":2583,"children":2584},{},[2585],{"type":50,"value":2586},"0",{"type":44,"tag":422,"props":2588,"children":2589},{},[2590,2599,2604],{"type":44,"tag":459,"props":2591,"children":2592},{},[2593],{"type":44,"tag":69,"props":2594,"children":2596},{"className":2595},[],[2597],{"type":50,"value":2598},"train.num_nodes",{"type":44,"tag":459,"props":2600,"children":2601},{},[2602],{"type":50,"value":2603},"Number of nodes",{"type":44,"tag":459,"props":2605,"children":2606},{},[2607],{"type":50,"value":2561},{"type":44,"tag":422,"props":2609,"children":2610},{},[2611,2620,2637],{"type":44,"tag":459,"props":2612,"children":2613},{},[2614],{"type":44,"tag":69,"props":2615,"children":2617},{"className":2616},[],[2618],{"type":50,"value":2619},"train.distributed_strategy",{"type":44,"tag":459,"props":2621,"children":2622},{},[2623,2629,2631],{"type":44,"tag":69,"props":2624,"children":2626},{"className":2625},[],[2627],{"type":50,"value":2628},"ddp",{"type":50,"value":2630}," or ",{"type":44,"tag":69,"props":2632,"children":2634},{"className":2633},[],[2635],{"type":50,"value":2636},"fsdp",{"type":44,"tag":459,"props":2638,"children":2639},{},[2640],{"type":44,"tag":69,"props":2641,"children":2643},{"className":2642},[],[2644],{"type":50,"value":2628},{"type":44,"tag":371,"props":2646,"children":2647},{},[2648,2653,2664],{"type":44,"tag":375,"props":2649,"children":2650},{},[2651],{"type":50,"value":2652},"Same DDP\u002FFSDP behavior as DINO (activation checkpoint aware)",{"type":44,"tag":375,"props":2654,"children":2655},{},[2656,2658],{"type":50,"value":2657},"FAN backbones auto-enable ",{"type":44,"tag":69,"props":2659,"children":2661},{"className":2660},[],[2662],{"type":50,"value":2663},"sync_batchnorm",{"type":44,"tag":375,"props":2665,"children":2666},{},[2667,2672],{"type":44,"tag":69,"props":2668,"children":2670},{"className":2669},[],[2671],{"type":50,"value":2636},{"type":50,"value":2673}," forces FP16",{"type":44,"tag":53,"props":2675,"children":2676},{},[2677,2682,2684,2690,2691,2697,2698,2704,2705,2711,2712,2718],{"type":44,"tag":379,"props":2678,"children":2679},{},[2680],{"type":50,"value":2681},"Multi-node env vars",{"type":50,"value":2683}," (set by orchestrator): ",{"type":44,"tag":69,"props":2685,"children":2687},{"className":2686},[],[2688],{"type":50,"value":2689},"WORLD_SIZE",{"type":50,"value":200},{"type":44,"tag":69,"props":2692,"children":2694},{"className":2693},[],[2695],{"type":50,"value":2696},"NODE_RANK",{"type":50,"value":200},{"type":44,"tag":69,"props":2699,"children":2701},{"className":2700},[],[2702],{"type":50,"value":2703},"MASTER_ADDR",{"type":50,"value":200},{"type":44,"tag":69,"props":2706,"children":2708},{"className":2707},[],[2709],{"type":50,"value":2710},"MASTER_PORT",{"type":50,"value":200},{"type":44,"tag":69,"props":2713,"children":2715},{"className":2714},[],[2716],{"type":50,"value":2717},"NUM_GPU_PER_NODE",{"type":50,"value":1725},{"type":44,"tag":118,"props":2720,"children":2722},{"id":2721},"export-trt-defaults",[2723],{"type":50,"value":2724},"Export \u002F TRT Defaults",{"type":44,"tag":371,"props":2726,"children":2727},{},[2728,2738,2798],{"type":44,"tag":375,"props":2729,"children":2730},{},[2731,2733],{"type":50,"value":2732},"TRT data types: FP32, FP16 only — ",{"type":44,"tag":379,"props":2734,"children":2735},{},[2736],{"type":50,"value":2737},"INT8 is NOT supported",{"type":44,"tag":375,"props":2739,"children":2740},{},[2741,2743,2748,2750,2755,2756,2761,2763,2768,2769,2774,2776,2781,2783,2788,2790,2796],{"type":50,"value":2742},"The parent PyTorch ",{"type":44,"tag":69,"props":2744,"children":2746},{"className":2745},[],[2747],{"type":50,"value":47},{"type":50,"value":2749}," CLI supports ",{"type":44,"tag":69,"props":2751,"children":2753},{"className":2752},[],[2754],{"type":50,"value":1407},{"type":50,"value":200},{"type":44,"tag":69,"props":2757,"children":2759},{"className":2758},[],[2760],{"type":50,"value":82},{"type":50,"value":2762},",\n",{"type":44,"tag":69,"props":2764,"children":2766},{"className":2765},[],[2767],{"type":50,"value":90},{"type":50,"value":200},{"type":44,"tag":69,"props":2770,"children":2772},{"className":2771},[],[2773],{"type":50,"value":354},{"type":50,"value":2775},", and ",{"type":44,"tag":69,"props":2777,"children":2779},{"className":2778},[],[2780],{"type":50,"value":1083},{"type":50,"value":2782},"; run TensorRT engine generation,\nTensorRT inference, and TensorRT evaluation through ",{"type":44,"tag":69,"props":2784,"children":2786},{"className":2785},[],[2787],{"type":50,"value":98},{"type":50,"value":2789},".\nExport semantic ONNX (",{"type":44,"tag":69,"props":2791,"children":2793},{"className":2792},[],[2794],{"type":50,"value":2795},"model.mode: semantic",{"type":50,"value":2797},") when validating TensorRT\nevaluation because the current deploy evaluator accepts semantic engines.",{"type":44,"tag":375,"props":2799,"children":2800},{},[2801,2803,2809,2810,2816,2818,2824,2826,2832],{"type":50,"value":2802},"Keep export input dimensions compatible with the deploy templates. The\npackaged default ",{"type":44,"tag":69,"props":2804,"children":2806},{"className":2805},[],[2807],{"type":50,"value":2808},"export.input_width: 960",{"type":50,"value":184},{"type":44,"tag":69,"props":2811,"children":2813},{"className":2812},[],[2814],{"type":50,"value":2815},"export.input_height: 544",{"type":50,"value":2817},"\nexports and builds a TensorRT engine successfully; shrinking export to tiny\nvalidation-only sizes such as ",{"type":44,"tag":69,"props":2819,"children":2821},{"className":2820},[],[2822],{"type":50,"value":2823},"128x128",{"type":50,"value":2825}," can hit a PyTorch ONNX\n",{"type":44,"tag":69,"props":2827,"children":2829},{"className":2828},[],[2830],{"type":50,"value":2831},"minus_one_pos != -1",{"type":50,"value":2833}," shape-inference assertion before ONNX is produced.",{"type":44,"tag":118,"props":2835,"children":2837},{"id":2836},"hardware",[2838],{"type":50,"value":2839},"Hardware",{"type":44,"tag":53,"props":2841,"children":2842},{},[2843],{"type":50,"value":2844},"Minimum 1 GPU(s), recommended 4 GPU(s). 24GB+ (A100 recommended) VRAM per GPU. Mask2Former is memory-heavy. batch_size=1 is the default for good reason. Multi-GPU recommended for reasonable training speed.",{"type":44,"tag":118,"props":2846,"children":2848},{"id":2847},"error-patterns",[2849],{"type":50,"value":2850},"Error Patterns",{"type":44,"tag":53,"props":2852,"children":2853},{},[2854,2859],{"type":44,"tag":379,"props":2855,"children":2856},{},[2857],{"type":50,"value":2858},"CUDA out of memory",{"type":50,"value":2860},": batch_size is already 1 by default. Reduce image resolution in augmentation config or use a smaller Swin variant.",{"type":44,"tag":53,"props":2862,"children":2863},{},[2864,2869],{"type":44,"tag":379,"props":2865,"children":2866},{},[2867],{"type":50,"value":2868},"Panoptic vs instance format mismatch",{"type":50,"value":2870},": Ensure you provide the correct annotation format matching model.mode setting.",{"type":44,"tag":53,"props":2872,"children":2873},{},[2874,2885,2887,2892,2893,2898,2900,2905],{"type":44,"tag":379,"props":2875,"children":2876},{},[2877,2879],{"type":50,"value":2878},"Deploy schema error for top-level ",{"type":44,"tag":69,"props":2880,"children":2882},{"className":2881},[],[2883],{"type":50,"value":2884},"dataset.type",{"type":50,"value":2886},": TAO Deploy uses\n",{"type":44,"tag":69,"props":2888,"children":2890},{"className":2889},[],[2891],{"type":50,"value":494},{"type":50,"value":184},{"type":44,"tag":69,"props":2894,"children":2896},{"className":2895},[],[2897],{"type":50,"value":519},{"type":50,"value":2899},". Do not put ",{"type":44,"tag":69,"props":2901,"children":2903},{"className":2902},[],[2904],{"type":50,"value":2884},{"type":50,"value":2906}," at the\ntop level of Mask2Former deploy specs.",{"type":44,"tag":53,"props":2908,"children":2909},{},[2910,2915,2917,2922,2924,2930],{"type":44,"tag":379,"props":2911,"children":2912},{},[2913],{"type":50,"value":2914},"Export ONNX shape assertion at very small resolution",{"type":50,"value":2916},": If export fails with\n",{"type":44,"tag":69,"props":2918,"children":2920},{"className":2919},[],[2921],{"type":50,"value":2831},{"type":50,"value":2923}," from PyTorch ONNX shape inference, restore the template\nexport dimensions (",{"type":44,"tag":69,"props":2925,"children":2927},{"className":2926},[],[2928],{"type":50,"value":2929},"960x544",{"type":50,"value":2931},") before retrying deploy validation. Keep training\nand evaluation image sizes small when needed for quick smoke tests, but do not\ncarry those tiny dimensions into export unless the target shape has been\nverified.",{"type":44,"tag":53,"props":2933,"children":2934},{},[2935,2940,2942,2948,2950,2956,2958,2964,2966,2972,2974,2980,2982,2988,2989,2995,2997,3003,3005,3011],{"type":44,"tag":379,"props":2936,"children":2937},{},[2938],{"type":50,"value":2939},"Quantize checkpoint load error",{"type":50,"value":2941},": Older PyTorch images can fail\ncheckpoint-based ",{"type":44,"tag":69,"props":2943,"children":2945},{"className":2944},[],[2946],{"type":50,"value":2947},"mask2former quantize",{"type":50,"value":2949}," because the runtime quantize script\npasses ",{"type":44,"tag":69,"props":2951,"children":2953},{"className":2952},[],[2954],{"type":50,"value":2955},"experiment_spec",{"type":50,"value":2957}," to ",{"type":44,"tag":69,"props":2959,"children":2961},{"className":2960},[],[2962],{"type":50,"value":2963},"Mask2formerPlModule.load_from_checkpoint",{"type":50,"value":2965}," instead\nof the required ",{"type":44,"tag":69,"props":2967,"children":2969},{"className":2968},[],[2970],{"type":50,"value":2971},"cfg",{"type":50,"value":2973}," argument. Images with the quantize fix support the default\n",{"type":44,"tag":69,"props":2975,"children":2977},{"className":2976},[],[2978],{"type":50,"value":2979},"torchao",{"type":50,"value":2981}," checkpoint flow. ONNX quantization still requires\n",{"type":44,"tag":69,"props":2983,"children":2985},{"className":2984},[],[2986],{"type":50,"value":2987},"backend: modelopt.onnx",{"type":50,"value":200},{"type":44,"tag":69,"props":2990,"children":2992},{"className":2991},[],[2993],{"type":50,"value":2994},"mode: static_ptq",{"type":50,"value":2996},", a fixed\n",{"type":44,"tag":69,"props":2998,"children":3000},{"className":2999},[],[3001],{"type":50,"value":3002},"dataset.test.target_size",{"type":50,"value":3004},", and an image that includes\n",{"type":44,"tag":69,"props":3006,"children":3008},{"className":3007},[],[3009],{"type":50,"value":3010},"modelopt.onnx.quantization",{"type":50,"value":1725},{"type":44,"tag":118,"props":3013,"children":3015},{"id":3014},"spec-param-parent-model-inference",[3016],{"type":50,"value":3017},"Spec Param \u002F Parent Model Inference",{"type":44,"tag":53,"props":3019,"children":3020},{},[3021,3023,3029,3031,3037,3039,3045],{"type":50,"value":3022},"Model-specific inference mappings belong in this MD file, not in ",{"type":44,"tag":69,"props":3024,"children":3026},{"className":3025},[],[3027],{"type":50,"value":3028},"config.json",{"type":50,"value":3030},". Generated runners should read this section and apply the mappings with SDK helpers before ",{"type":44,"tag":69,"props":3032,"children":3034},{"className":3033},[],[3035],{"type":50,"value":3036},"create_job()",{"type":50,"value":3038},". This mirrors the old microservices ",{"type":44,"tag":69,"props":3040,"children":3042},{"className":3041},[],[3043],{"type":50,"value":3044},"infer_params.py",{"type":50,"value":3046}," flow.",{"type":44,"tag":53,"props":3048,"children":3049},{},[3050,3052,3058],{"type":50,"value":3051},"Inference mappings from TAO Core ",{"type":44,"tag":69,"props":3053,"children":3055},{"className":3054},[],[3056],{"type":50,"value":3057},"mask2former.config.json",{"type":50,"value":3059},":",{"type":44,"tag":414,"props":3061,"children":3062},{},[3063,3088],{"type":44,"tag":418,"props":3064,"children":3065},{},[3066],{"type":44,"tag":422,"props":3067,"children":3068},{},[3069,3073,3078,3083],{"type":44,"tag":426,"props":3070,"children":3071},{},[3072],{"type":50,"value":430},{"type":44,"tag":426,"props":3074,"children":3075},{},[3076],{"type":50,"value":3077},"Spec Field",{"type":44,"tag":426,"props":3079,"children":3080},{},[3081],{"type":50,"value":3082},"Inference Function",{"type":44,"tag":426,"props":3084,"children":3085},{},[3086],{"type":50,"value":3087},"Meaning",{"type":44,"tag":452,"props":3089,"children":3090},{},[3091,3121,3151,3179,3209,3236,3264,3294,3321,3348,3376,3406,3433,3460,3488,3516,3543,3570,3598,3625,3652,3692,3719],{"type":44,"tag":422,"props":3092,"children":3093},{},[3094,3098,3107,3116],{"type":44,"tag":459,"props":3095,"children":3096},{},[3097],{"type":50,"value":82},{"type":44,"tag":459,"props":3099,"children":3100},{},[3101],{"type":44,"tag":69,"props":3102,"children":3104},{"className":3103},[],[3105],{"type":50,"value":3106},"encryption_key",{"type":44,"tag":459,"props":3108,"children":3109},{},[3110],{"type":44,"tag":69,"props":3111,"children":3113},{"className":3112},[],[3114],{"type":50,"value":3115},"key",{"type":44,"tag":459,"props":3117,"children":3118},{},[3119],{"type":50,"value":3120},"encryption key",{"type":44,"tag":422,"props":3122,"children":3123},{},[3124,3128,3137,3146],{"type":44,"tag":459,"props":3125,"children":3126},{},[3127],{"type":50,"value":82},{"type":44,"tag":459,"props":3129,"children":3130},{},[3131],{"type":44,"tag":69,"props":3132,"children":3134},{"className":3133},[],[3135],{"type":50,"value":3136},"evaluate.checkpoint",{"type":44,"tag":459,"props":3138,"children":3139},{},[3140],{"type":44,"tag":69,"props":3141,"children":3143},{"className":3142},[],[3144],{"type":50,"value":3145},"parent_model",{"type":44,"tag":459,"props":3147,"children":3148},{},[3149],{"type":50,"value":3150},"model file inferred from the parent job results folder",{"type":44,"tag":422,"props":3152,"children":3153},{},[3154,3158,3167,3175],{"type":44,"tag":459,"props":3155,"children":3156},{},[3157],{"type":50,"value":82},{"type":44,"tag":459,"props":3159,"children":3160},{},[3161],{"type":44,"tag":69,"props":3162,"children":3164},{"className":3163},[],[3165],{"type":50,"value":3166},"evaluate.trt_engine",{"type":44,"tag":459,"props":3168,"children":3169},{},[3170],{"type":44,"tag":69,"props":3171,"children":3173},{"className":3172},[],[3174],{"type":50,"value":3145},{"type":44,"tag":459,"props":3176,"children":3177},{},[3178],{"type":50,"value":3150},{"type":44,"tag":422,"props":3180,"children":3181},{},[3182,3186,3195,3204],{"type":44,"tag":459,"props":3183,"children":3184},{},[3185],{"type":50,"value":82},{"type":44,"tag":459,"props":3187,"children":3188},{},[3189],{"type":44,"tag":69,"props":3190,"children":3192},{"className":3191},[],[3193],{"type":50,"value":3194},"results_dir",{"type":44,"tag":459,"props":3196,"children":3197},{},[3198],{"type":44,"tag":69,"props":3199,"children":3201},{"className":3200},[],[3202],{"type":50,"value":3203},"output_dir",{"type":44,"tag":459,"props":3205,"children":3206},{},[3207],{"type":50,"value":3208},"current job results directory",{"type":44,"tag":422,"props":3210,"children":3211},{},[3212,3216,3224,3232],{"type":44,"tag":459,"props":3213,"children":3214},{},[3215],{"type":50,"value":354},{"type":44,"tag":459,"props":3217,"children":3218},{},[3219],{"type":44,"tag":69,"props":3220,"children":3222},{"className":3221},[],[3223],{"type":50,"value":3106},{"type":44,"tag":459,"props":3225,"children":3226},{},[3227],{"type":44,"tag":69,"props":3228,"children":3230},{"className":3229},[],[3231],{"type":50,"value":3115},{"type":44,"tag":459,"props":3233,"children":3234},{},[3235],{"type":50,"value":3120},{"type":44,"tag":422,"props":3237,"children":3238},{},[3239,3243,3252,3260],{"type":44,"tag":459,"props":3240,"children":3241},{},[3242],{"type":50,"value":354},{"type":44,"tag":459,"props":3244,"children":3245},{},[3246],{"type":44,"tag":69,"props":3247,"children":3249},{"className":3248},[],[3250],{"type":50,"value":3251},"export.checkpoint",{"type":44,"tag":459,"props":3253,"children":3254},{},[3255],{"type":44,"tag":69,"props":3256,"children":3258},{"className":3257},[],[3259],{"type":50,"value":3145},{"type":44,"tag":459,"props":3261,"children":3262},{},[3263],{"type":50,"value":3150},{"type":44,"tag":422,"props":3265,"children":3266},{},[3267,3271,3280,3289],{"type":44,"tag":459,"props":3268,"children":3269},{},[3270],{"type":50,"value":354},{"type":44,"tag":459,"props":3272,"children":3273},{},[3274],{"type":44,"tag":69,"props":3275,"children":3277},{"className":3276},[],[3278],{"type":50,"value":3279},"export.onnx_file",{"type":44,"tag":459,"props":3281,"children":3282},{},[3283],{"type":44,"tag":69,"props":3284,"children":3286},{"className":3285},[],[3287],{"type":50,"value":3288},"create_onnx_file",{"type":44,"tag":459,"props":3290,"children":3291},{},[3292],{"type":50,"value":3293},"output ONNX path",{"type":44,"tag":422,"props":3295,"children":3296},{},[3297,3301,3309,3317],{"type":44,"tag":459,"props":3298,"children":3299},{},[3300],{"type":50,"value":354},{"type":44,"tag":459,"props":3302,"children":3303},{},[3304],{"type":44,"tag":69,"props":3305,"children":3307},{"className":3306},[],[3308],{"type":50,"value":3194},{"type":44,"tag":459,"props":3310,"children":3311},{},[3312],{"type":44,"tag":69,"props":3313,"children":3315},{"className":3314},[],[3316],{"type":50,"value":3203},{"type":44,"tag":459,"props":3318,"children":3319},{},[3320],{"type":50,"value":3208},{"type":44,"tag":422,"props":3322,"children":3323},{},[3324,3328,3336,3344],{"type":44,"tag":459,"props":3325,"children":3326},{},[3327],{"type":50,"value":74},{"type":44,"tag":459,"props":3329,"children":3330},{},[3331],{"type":44,"tag":69,"props":3332,"children":3334},{"className":3333},[],[3335],{"type":50,"value":3106},{"type":44,"tag":459,"props":3337,"children":3338},{},[3339],{"type":44,"tag":69,"props":3340,"children":3342},{"className":3341},[],[3343],{"type":50,"value":3115},{"type":44,"tag":459,"props":3345,"children":3346},{},[3347],{"type":50,"value":3120},{"type":44,"tag":422,"props":3349,"children":3350},{},[3351,3355,3364,3372],{"type":44,"tag":459,"props":3352,"children":3353},{},[3354],{"type":50,"value":74},{"type":44,"tag":459,"props":3356,"children":3357},{},[3358],{"type":44,"tag":69,"props":3359,"children":3361},{"className":3360},[],[3362],{"type":50,"value":3363},"gen_trt_engine.onnx_file",{"type":44,"tag":459,"props":3365,"children":3366},{},[3367],{"type":44,"tag":69,"props":3368,"children":3370},{"className":3369},[],[3371],{"type":50,"value":3145},{"type":44,"tag":459,"props":3373,"children":3374},{},[3375],{"type":50,"value":3150},{"type":44,"tag":422,"props":3377,"children":3378},{},[3379,3383,3392,3401],{"type":44,"tag":459,"props":3380,"children":3381},{},[3382],{"type":50,"value":74},{"type":44,"tag":459,"props":3384,"children":3385},{},[3386],{"type":44,"tag":69,"props":3387,"children":3389},{"className":3388},[],[3390],{"type":50,"value":3391},"gen_trt_engine.trt_engine",{"type":44,"tag":459,"props":3393,"children":3394},{},[3395],{"type":44,"tag":69,"props":3396,"children":3398},{"className":3397},[],[3399],{"type":50,"value":3400},"create_engine_file",{"type":44,"tag":459,"props":3402,"children":3403},{},[3404],{"type":50,"value":3405},"output TensorRT engine path",{"type":44,"tag":422,"props":3407,"children":3408},{},[3409,3413,3421,3429],{"type":44,"tag":459,"props":3410,"children":3411},{},[3412],{"type":50,"value":74},{"type":44,"tag":459,"props":3414,"children":3415},{},[3416],{"type":44,"tag":69,"props":3417,"children":3419},{"className":3418},[],[3420],{"type":50,"value":3194},{"type":44,"tag":459,"props":3422,"children":3423},{},[3424],{"type":44,"tag":69,"props":3425,"children":3427},{"className":3426},[],[3428],{"type":50,"value":3203},{"type":44,"tag":459,"props":3430,"children":3431},{},[3432],{"type":50,"value":3208},{"type":44,"tag":422,"props":3434,"children":3435},{},[3436,3440,3448,3456],{"type":44,"tag":459,"props":3437,"children":3438},{},[3439],{"type":50,"value":90},{"type":44,"tag":459,"props":3441,"children":3442},{},[3443],{"type":44,"tag":69,"props":3444,"children":3446},{"className":3445},[],[3447],{"type":50,"value":3106},{"type":44,"tag":459,"props":3449,"children":3450},{},[3451],{"type":44,"tag":69,"props":3452,"children":3454},{"className":3453},[],[3455],{"type":50,"value":3115},{"type":44,"tag":459,"props":3457,"children":3458},{},[3459],{"type":50,"value":3120},{"type":44,"tag":422,"props":3461,"children":3462},{},[3463,3467,3476,3484],{"type":44,"tag":459,"props":3464,"children":3465},{},[3466],{"type":50,"value":90},{"type":44,"tag":459,"props":3468,"children":3469},{},[3470],{"type":44,"tag":69,"props":3471,"children":3473},{"className":3472},[],[3474],{"type":50,"value":3475},"inference.checkpoint",{"type":44,"tag":459,"props":3477,"children":3478},{},[3479],{"type":44,"tag":69,"props":3480,"children":3482},{"className":3481},[],[3483],{"type":50,"value":3145},{"type":44,"tag":459,"props":3485,"children":3486},{},[3487],{"type":50,"value":3150},{"type":44,"tag":422,"props":3489,"children":3490},{},[3491,3495,3504,3512],{"type":44,"tag":459,"props":3492,"children":3493},{},[3494],{"type":50,"value":90},{"type":44,"tag":459,"props":3496,"children":3497},{},[3498],{"type":44,"tag":69,"props":3499,"children":3501},{"className":3500},[],[3502],{"type":50,"value":3503},"inference.trt_engine",{"type":44,"tag":459,"props":3505,"children":3506},{},[3507],{"type":44,"tag":69,"props":3508,"children":3510},{"className":3509},[],[3511],{"type":50,"value":3145},{"type":44,"tag":459,"props":3513,"children":3514},{},[3515],{"type":50,"value":3150},{"type":44,"tag":422,"props":3517,"children":3518},{},[3519,3523,3531,3539],{"type":44,"tag":459,"props":3520,"children":3521},{},[3522],{"type":50,"value":90},{"type":44,"tag":459,"props":3524,"children":3525},{},[3526],{"type":44,"tag":69,"props":3527,"children":3529},{"className":3528},[],[3530],{"type":50,"value":3194},{"type":44,"tag":459,"props":3532,"children":3533},{},[3534],{"type":44,"tag":69,"props":3535,"children":3537},{"className":3536},[],[3538],{"type":50,"value":3203},{"type":44,"tag":459,"props":3540,"children":3541},{},[3542],{"type":50,"value":3208},{"type":44,"tag":422,"props":3544,"children":3545},{},[3546,3550,3558,3566],{"type":44,"tag":459,"props":3547,"children":3548},{},[3549],{"type":50,"value":1083},{"type":44,"tag":459,"props":3551,"children":3552},{},[3553],{"type":44,"tag":69,"props":3554,"children":3556},{"className":3555},[],[3557],{"type":50,"value":3106},{"type":44,"tag":459,"props":3559,"children":3560},{},[3561],{"type":44,"tag":69,"props":3562,"children":3564},{"className":3563},[],[3565],{"type":50,"value":3115},{"type":44,"tag":459,"props":3567,"children":3568},{},[3569],{"type":50,"value":3120},{"type":44,"tag":422,"props":3571,"children":3572},{},[3573,3577,3586,3594],{"type":44,"tag":459,"props":3574,"children":3575},{},[3576],{"type":50,"value":1083},{"type":44,"tag":459,"props":3578,"children":3579},{},[3580],{"type":44,"tag":69,"props":3581,"children":3583},{"className":3582},[],[3584],{"type":50,"value":3585},"quantize.model_path",{"type":44,"tag":459,"props":3587,"children":3588},{},[3589],{"type":44,"tag":69,"props":3590,"children":3592},{"className":3591},[],[3593],{"type":50,"value":3145},{"type":44,"tag":459,"props":3595,"children":3596},{},[3597],{"type":50,"value":3150},{"type":44,"tag":422,"props":3599,"children":3600},{},[3601,3605,3613,3621],{"type":44,"tag":459,"props":3602,"children":3603},{},[3604],{"type":50,"value":1083},{"type":44,"tag":459,"props":3606,"children":3607},{},[3608],{"type":44,"tag":69,"props":3609,"children":3611},{"className":3610},[],[3612],{"type":50,"value":3194},{"type":44,"tag":459,"props":3614,"children":3615},{},[3616],{"type":44,"tag":69,"props":3617,"children":3619},{"className":3618},[],[3620],{"type":50,"value":3203},{"type":44,"tag":459,"props":3622,"children":3623},{},[3624],{"type":50,"value":3208},{"type":44,"tag":422,"props":3626,"children":3627},{},[3628,3632,3640,3648],{"type":44,"tag":459,"props":3629,"children":3630},{},[3631],{"type":50,"value":1407},{"type":44,"tag":459,"props":3633,"children":3634},{},[3635],{"type":44,"tag":69,"props":3636,"children":3638},{"className":3637},[],[3639],{"type":50,"value":3106},{"type":44,"tag":459,"props":3641,"children":3642},{},[3643],{"type":44,"tag":69,"props":3644,"children":3646},{"className":3645},[],[3647],{"type":50,"value":3115},{"type":44,"tag":459,"props":3649,"children":3650},{},[3651],{"type":50,"value":3120},{"type":44,"tag":422,"props":3653,"children":3654},{},[3655,3659,3668,3677],{"type":44,"tag":459,"props":3656,"children":3657},{},[3658],{"type":50,"value":1407},{"type":44,"tag":459,"props":3660,"children":3661},{},[3662],{"type":44,"tag":69,"props":3663,"children":3665},{"className":3664},[],[3666],{"type":50,"value":3667},"model.backbone.pretrained_weights",{"type":44,"tag":459,"props":3669,"children":3670},{},[3671],{"type":44,"tag":69,"props":3672,"children":3674},{"className":3673},[],[3675],{"type":50,"value":3676},"{'link': 'https:\u002F\u002Fgithub.com\u002FSwinTransformer\u002Fstorage\u002Freleases\u002Fdownload\u002Fv1.0.8\u002Fswin_tiny_patch4_window7_224_22k.pth', 'destination_path': '\u002Fptm\u002Fmask2former\u002Fswin_tiny_patch4_window7_224_22k\u002Fswin_tiny_patch4_window7_224_22k.pth'}",{"type":44,"tag":459,"props":3678,"children":3679},{},[3680,3682,3690],{"type":50,"value":3681},"{'link': '",{"type":44,"tag":3683,"props":3684,"children":3688},"a",{"href":3685,"rel":3686},"https:\u002F\u002Fgithub.com\u002FSwinTransformer\u002Fstorage\u002Freleases\u002Fdownload\u002Fv1.0.8\u002Fswin_tiny_patch4_window7_224_22k.pth",[3687],"nofollow",[3689],{"type":50,"value":3685},{"type":50,"value":3691},"', 'destination_path': '\u002Fptm\u002Fmask2former\u002Fswin_tiny_patch4_window7_224_22k\u002Fswin_tiny_patch4_window7_224_22k.pth'}",{"type":44,"tag":422,"props":3693,"children":3694},{},[3695,3699,3707,3715],{"type":44,"tag":459,"props":3696,"children":3697},{},[3698],{"type":50,"value":1407},{"type":44,"tag":459,"props":3700,"children":3701},{},[3702],{"type":44,"tag":69,"props":3703,"children":3705},{"className":3704},[],[3706],{"type":50,"value":3194},{"type":44,"tag":459,"props":3708,"children":3709},{},[3710],{"type":44,"tag":69,"props":3711,"children":3713},{"className":3712},[],[3714],{"type":50,"value":3203},{"type":44,"tag":459,"props":3716,"children":3717},{},[3718],{"type":50,"value":3208},{"type":44,"tag":422,"props":3720,"children":3721},{},[3722,3726,3735,3744],{"type":44,"tag":459,"props":3723,"children":3724},{},[3725],{"type":50,"value":1407},{"type":44,"tag":459,"props":3727,"children":3728},{},[3729],{"type":44,"tag":69,"props":3730,"children":3732},{"className":3731},[],[3733],{"type":50,"value":3734},"train.resume_training_checkpoint_path",{"type":44,"tag":459,"props":3736,"children":3737},{},[3738],{"type":44,"tag":69,"props":3739,"children":3741},{"className":3740},[],[3742],{"type":50,"value":3743},"resume_model",{"type":44,"tag":459,"props":3745,"children":3746},{},[3747],{"type":50,"value":3748},"model file inferred from the current job results folder",{"type":44,"tag":53,"props":3750,"children":3751},{},[3752,3754,3759,3760,3766,3768,3774,3776,3781],{"type":50,"value":3753},"For ",{"type":44,"tag":69,"props":3755,"children":3757},{"className":3756},[],[3758],{"type":50,"value":3145},{"type":50,"value":2630},{"type":44,"tag":69,"props":3761,"children":3763},{"className":3762},[],[3764],{"type":50,"value":3765},"parent_model_folder",{"type":50,"value":3767},", pass the upstream train\u002Fexport\u002FAutoML child job id as ",{"type":44,"tag":69,"props":3769,"children":3771},{"className":3770},[],[3772],{"type":50,"value":3773},"parent_job_id",{"type":50,"value":3775},". The SDK lists the parent result folder, filters checkpoint artifacts, and returns the selected model file or folder. Do not add these mappings back to ",{"type":44,"tag":69,"props":3777,"children":3779},{"className":3778},[],[3780],{"type":50,"value":3028},{"type":50,"value":3782}," and do not patch generated runner scripts to guess checkpoint paths.",{"type":44,"tag":53,"props":3784,"children":3785},{},[3786,3788,3794,3796,3802],{"type":50,"value":3787},"When selecting a Mask2Former checkpoint outside the SDK resolver, match the\nintended epoch\u002Fstep artifact exactly, for example\n",{"type":44,"tag":69,"props":3789,"children":3791},{"className":3790},[],[3792],{"type":50,"value":3793},"model_epoch_000_step_00100.pth",{"type":50,"value":3795},". The ",{"type":44,"tag":69,"props":3797,"children":3799},{"className":3798},[],[3800],{"type":50,"value":3801},"mask2former_model_latest.pth",{"type":50,"value":3803}," symlink\nis valid only when latest is explicitly requested.",{"type":44,"tag":118,"props":3805,"children":3807},{"id":3806},"deployment",[3808],{"type":50,"value":3809},"Deployment",{"type":44,"tag":371,"props":3811,"children":3812},{},[3813],{"type":44,"tag":375,"props":3814,"children":3815},{},[3816],{"type":44,"tag":3683,"props":3817,"children":3818},{"href":98},[3819],{"type":50,"value":3820},"tao-deploy-mask2former",{"type":44,"tag":3822,"props":3823,"children":3824},"style",{},[3825],{"type":50,"value":3826},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":3828,"total":3984},[3829,3847,3862,3873,3885,3899,3912,3926,3939,3950,3964,3973],{"slug":3830,"name":3830,"fn":3831,"description":3832,"org":3833,"tags":3834,"stars":3844,"repoUrl":3845,"updatedAt":3846},"nemoclaw-user-guide","retrieve NemoClaw documentation and configuration","Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords - nemoclaw docs, use nemoclaw with ai agent, nemoclaw mcp docs, nemoclaw install help, nemoclaw quickstart, nemoclaw markdown docs, llms.txt, agent skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3835,3838,3841],{"name":3836,"slug":3837,"type":15},"Documentation","documentation",{"name":3839,"slug":3840,"type":15},"MCP","mcp",{"name":3842,"slug":3843,"type":15},"Search","search",21777,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FNemoClaw","2026-07-20T06:00:01.461044",{"slug":3848,"name":3848,"fn":3849,"description":3850,"org":3851,"tags":3852,"stars":3859,"repoUrl":3860,"updatedAt":3861},"mcore-build-and-dependency","manage Megatron-LM development environments","Container-based dev environment setup and dependency management for Megatron-LM. Covers acquiring and launching the CI container, uv package management, and updating uv.lock.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3853,3856,3857],{"name":3854,"slug":3855,"type":15},"Containers","containers",{"name":3809,"slug":3806,"type":15},{"name":3858,"slug":1731,"type":15},"Python",17049,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FMegatron-LM","2026-07-27T06:06:11.249662",{"slug":3863,"name":3863,"fn":3864,"description":3865,"org":3866,"tags":3867,"stars":3859,"repoUrl":3860,"updatedAt":3872},"mcore-bump-base-image","update NVIDIA PyTorch base images","Bump the NVIDIA PyTorch base image (`nvcr.io\u002Fnvidia\u002Fpytorch:YY.MM-py3`) used by Megatron-LM CI. Covers the two pin sites (GitHub CI in `docker\u002F.ngc_version.dev` and GitLab CI in `.gitlab\u002Fstages\u002F01.build.yml`), the post-bump CI loop (re-run functional tests, refresh golden values, mark broken tests), and the gotchas that bit PRs",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3868,3871],{"name":3869,"slug":3870,"type":15},"CI\u002FCD","ci-cd",{"name":3809,"slug":3806,"type":15},"2026-07-14T05:25:59.97109",{"slug":3874,"name":3874,"fn":3875,"description":3876,"org":3877,"tags":3878,"stars":3859,"repoUrl":3860,"updatedAt":3884},"mcore-cicd","manage CI\u002FCD pipelines for Megatron-LM","CI\u002FCD reference for Megatron-LM. Covers CI pipeline structure, PR scope labels, triggering internal GitLab CI (which force-pushes the current branch to a pull-request\u002FBRANCH ref — always dry-run and verify the destination first; never run against shared or protected branches), and CI failure investigation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3879,3880,3881],{"name":3869,"slug":3870,"type":15},{"name":3809,"slug":3806,"type":15},{"name":3882,"slug":3883,"type":15},"GitHub","github","2026-07-27T06:06:12.278222",{"slug":3886,"name":3886,"fn":3887,"description":3888,"org":3889,"tags":3890,"stars":3859,"repoUrl":3860,"updatedAt":3898},"mcore-create-issue","investigate CI failures and create issues","Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3891,3894,3895],{"name":3892,"slug":3893,"type":15},"Debugging","debugging",{"name":3882,"slug":3883,"type":15},{"name":3896,"slug":3897,"type":15},"Triage","triage","2026-07-14T05:25:57.442089",{"slug":3900,"name":3900,"fn":3901,"description":3902,"org":3903,"tags":3904,"stars":3859,"repoUrl":3860,"updatedAt":3911},"mcore-linting-and-formatting","lint and format Megatron-LM code","Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3905,3908],{"name":3906,"slug":3907,"type":15},"Best Practices","best-practices",{"name":3909,"slug":3910,"type":15},"Code Analysis","code-analysis","2026-07-14T05:25:56.18433",{"slug":3913,"name":3913,"fn":3914,"description":3915,"org":3916,"tags":3917,"stars":3859,"repoUrl":3860,"updatedAt":3925},"mcore-migrate-gpt-to-hybrid","migrate Megatron-LM models to HybridModel","Migration guide for moving Megatron Core GPTModel checkpoints, model providers, training commands, and layer mappings to HybridModel.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3918,3921,3924],{"name":3919,"slug":3920,"type":15},"Machine Learning","machine-learning",{"name":3922,"slug":3923,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:11.777011",{"slug":3927,"name":3927,"fn":3928,"description":3929,"org":3930,"tags":3931,"stars":3859,"repoUrl":3860,"updatedAt":3938},"mcore-onboard-gb200-1node-tests","onboard functional tests for GB200","Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3932,3935],{"name":3933,"slug":3934,"type":15},"QA","qa",{"name":3936,"slug":3937,"type":15},"Testing","testing","2026-07-14T05:25:53.673039",{"slug":3940,"name":3940,"fn":3941,"description":3942,"org":3943,"tags":3944,"stars":3859,"repoUrl":3860,"updatedAt":3949},"mcore-run-on-slurm","launch distributed training jobs on SLURM","How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run, CUDA_DEVICE_MAX_CONNECTIONS rules across hardware and parallelism modes, container conventions, monitoring, and per-rank failure diagnosis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3945,3946],{"name":3809,"slug":3806,"type":15},{"name":3947,"slug":3948,"type":15},"Infrastructure","infrastructure","2026-07-14T05:25:49.362534",{"slug":3951,"name":3951,"fn":3952,"description":3953,"org":3954,"tags":3955,"stars":3859,"repoUrl":3860,"updatedAt":3963},"mcore-split-pr","split pull requests to reduce review load","Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3956,3959,3960],{"name":3957,"slug":3958,"type":15},"Code Review","code-review",{"name":3882,"slug":3883,"type":15},{"name":3961,"slug":3962,"type":15},"Pull Requests","pull-requests","2026-07-14T05:26:01.226578",{"slug":3965,"name":3965,"fn":3966,"description":3967,"org":3968,"tags":3969,"stars":3859,"repoUrl":3860,"updatedAt":3972},"mcore-testing","run and manage Megatron-LM tests","Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI parity.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3970,3971],{"name":3933,"slug":3934,"type":15},{"name":3936,"slug":3937,"type":15},"2026-07-14T05:25:54.928983",{"slug":3974,"name":3974,"fn":3975,"description":3976,"org":3977,"tags":3978,"stars":3859,"repoUrl":3860,"updatedAt":3983},"nightly-sync","manage nightly main-to-dev sync workflows","Domain knowledge for the nightly main-to-dev sync workflow. Covers merge strategy, CI architecture, failure investigation, and known issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3979,3982],{"name":3980,"slug":3981,"type":15},"Automation","automation",{"name":3869,"slug":3870,"type":15},"2026-07-30T05:29:03.275638",496,{"items":3986,"total":4082},[3987,4004,4014,4028,4038,4053,4068],{"slug":3988,"name":3988,"fn":3989,"description":3990,"org":3991,"tags":3992,"stars":20,"repoUrl":21,"updatedAt":4003},"accelerated-computing-cudf","accelerate data processing with cuDF","Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV\u002FParquet I\u002FO, nullable semantics, and multi-GPU DataFrame workloads.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[3993,3996,3999,4000],{"name":3994,"slug":3995,"type":15},"Data Analysis","data-analysis",{"name":3997,"slug":3998,"type":15},"Data Engineering","data-engineering",{"name":9,"slug":8,"type":15},{"name":4001,"slug":4002,"type":15},"Performance","performance","2026-07-14T05:28:43.176466",{"slug":4005,"name":4005,"fn":4006,"description":4007,"org":4008,"tags":4009,"stars":20,"repoUrl":21,"updatedAt":4013},"aiq-deploy","deploy and manage NVIDIA AI-Q infrastructure","Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[4010,4011,4012],{"name":3809,"slug":3806,"type":15},{"name":3947,"slug":3948,"type":15},{"name":9,"slug":8,"type":15},"2026-07-14T05:29:06.667109",{"slug":4015,"name":4015,"fn":4016,"description":4017,"org":4018,"tags":4019,"stars":20,"repoUrl":21,"updatedAt":4027},"aiq-research","conduct deep research with AI-Q","Use when asked to run deep research or AI-Q research through a reachable NVIDIA AI-Q Blueprint backend.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[4020,4023,4024],{"name":4021,"slug":4022,"type":15},"Agents","agents",{"name":9,"slug":8,"type":15},{"name":4025,"slug":4026,"type":15},"Research","research","2026-07-14T05:28:06.816956",{"slug":4029,"name":4029,"fn":4030,"description":4031,"org":4032,"tags":4033,"stars":20,"repoUrl":21,"updatedAt":4037},"amc-run-sample-calibration","run AMC sample dataset calibration","Run end-to-end calibration on the shipped sample dataset (sdg_08_2_sample_data_010926.zip) against a running AMC microservice. Use when user says 'test sample dataset', 'run sample calibration', 'verify AMC install', or 'launch and test'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[4034,4035,4036],{"name":3994,"slug":3995,"type":15},{"name":9,"slug":8,"type":15},{"name":3936,"slug":3937,"type":15},"2026-07-17T05:29:03.913266",{"slug":4039,"name":4039,"fn":4040,"description":4041,"org":4042,"tags":4043,"stars":20,"repoUrl":21,"updatedAt":4052},"amc-run-video-calibration","calibrate video datasets with AutoMagicCalib","Calibrate a new dataset from pre-recorded video files via the AutoMagicCalib REST API. Use when user has local MP4s and says 'calibrate my videos', 'run AMC on these videos', or similar. For RTSP\u002Flive streams, use amc-run-rtsp-calibration instead.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[4044,4045,4048,4049],{"name":3980,"slug":3981,"type":15},{"name":4046,"slug":4047,"type":15},"Imaging","imaging",{"name":9,"slug":8,"type":15},{"name":4050,"slug":4051,"type":15},"Video","video","2026-07-17T05:28:53.905004",{"slug":4054,"name":4054,"fn":4055,"description":4056,"org":4057,"tags":4058,"stars":20,"repoUrl":21,"updatedAt":4067},"amc-setup-calibration-stack","deploy AutoMagicCalib microservice with Docker","Launch AutoMagicCalib microservice and web UI from NGC release images via Docker Compose. Use when user says 'deploy auto calibration', 'launch auto calibration', 'launch AMC', 'start MS+UI', or 'set up auto-magic-calib'. Requires NGC API key.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[4059,4060,4063,4064],{"name":3809,"slug":3806,"type":15},{"name":4061,"slug":4062,"type":15},"Docker","docker",{"name":9,"slug":8,"type":15},{"name":4065,"slug":4066,"type":15},"Operations","operations","2026-07-17T05:28:56.913999",{"slug":4069,"name":4069,"fn":4070,"description":4071,"org":4072,"tags":4073,"stars":20,"repoUrl":21,"updatedAt":4081},"cudaq-guide","develop quantum applications with CUDA-Q","CUDA-Q onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[4074,4075,4078],{"name":9,"slug":8,"type":15},{"name":4076,"slug":4077,"type":15},"Quantum Computing","quantum-computing",{"name":4079,"slug":4080,"type":15},"Simulation","simulation","2026-07-14T05:26:58.898253",305]