nv-generate-mr-brain-finetune

Validate MONAI datalists and orchestrate MR-brain diffusion UNet finetuning workflows.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill nv-generate-mr-brain-finetune
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nv-generate-mr-brain-finetune
Source: https://github.com/sayalinvidia/sayali-skills-test/tree/main/skills/nv-generate-mr-brain-finetune
Command: npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill nv-generate-mr-brain-finetune

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nibabel, numpy, torch, monai, and includes scripts (resource) components.

What problem does it solve?

Engineering-time wrapper for NVIDIA NV-Generate-CTMR MR-brain diffusion UNet finetuning; it validates a MONAI-style datalist, stages the required configs and outputs, and delegates execution to upstream scripts.

Core Features & Use Cases

  • Validates MONAI-style datalist and ensures paths are correct before training.
  • Stages environment/config JSONs and orchestrates the upstream workflow (create_training_data, train, and optional infer).
  • Produces artifacts like finetuned_checkpoint, optional inference outputs, and a workflow_summary for traceability.
  • Use case: a dev or ML engineer quickly preflight and run finetuning on MRI datasets with minimal setup.

Quick Start

Run the wrapper with your datalist and an output directory to stage configs and execute the upstream finetuning workflow.

Frequently Asked Questions about nv-generate-mr-brain-finetune

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I finetune an MR-brain diffusion UNet using a MONAI datalist?

To finetune an MR-brain diffusion UNet, this workflow validates your MONAI-style datalist, stages required environment configs, and delegates execution to upstream scripts to produce a finetuned checkpoint and workflow summary.

What is the process for staging configs before MR-brain diffusion finetuning?

The staging process for MR-brain diffusion finetuning involves validating input datalists, generating required environment and config JSONs, and orchestrating the execution of upstream training scripts to ensure a repeatable workflow.

Can I use this workflow to run inference after finetuning an MRI diffusion model?

Yes, you can run inference after finetuning an MRI diffusion model. The workflow orchestrates optional infer steps alongside create_training_data and train scripts to generate optional inference outputs and artifacts.

Do I need PyTorch and MONAI dependencies to run the MR-brain finetuning wrapper?

Yes, you need PyTorch and MONAI along with nibabel and numpy dependencies to run the MR-brain finetuning wrapper. These libraries are required to stage the environment and execute the upstream diffusion training scripts.

What artifacts are generated by the MR-brain diffusion UNet finetuning workflow?

The MR-brain diffusion UNet finetuning workflow generates a finetuned checkpoint, optional inference outputs, and a workflow summary. These artifacts provide traceability and usable model weights for downstream tasks.

Why should I use a wrapper for MR-brain diffusion finetuning instead of upstream scripts directly?

Using a wrapper for MR-brain diffusion finetuning provides repeatable preflight validation and environment staging. It minimizes manual setup by orchestrating upstream scripts automatically, ensuring datalist paths are correct before training begins.