ocean-SR-training

Coordinate ocean super-resolution model training and inference across GPU clusters.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lkun45598-lgtm/Ocean-Agent-Auto-Research --skill ocean-sr-training
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ocean-SR-training
Source: https://github.com/lkun45598-lgtm/Ocean-Agent-Auto-Research/tree/main/.skills/ocean-SR-training
Command: npx skills add https://github.com/lkun45598-lgtm/Ocean-Agent-Auto-Research --skill ocean-sr-training

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the end-to-end training, evaluation, visualization, and reporting of ocean super-resolution models, including robust error handling, OOM protection, and workflow orchestration, reducing manual setup and maintenance.

Core Features & Use Cases

  • Orchestrates model selection, dataset handling, training, and inference across GPU setups using ocean_sr_train_start, ocean_sr_train_status, ocean_sr_train_visualize, and ocean_sr_train_report.
  • Supports multiple architectures (FNO2d, SwinIR, UNet2d, SRNO, etc.) with safety checks, checkpoints, and break-glass recovery workflows.
  • Predict mode with full-dataset inference and plots, while allowing ramp-back to training after evaluation.

Quick Start

Start an end-to-end ocean-SR training workflow by invoking ocean_sr_train_start with dataset_root, log_dir, model_name, dyn_vars, and scale to begin training, evaluation, visualization, and reporting.

Frequently Asked Questions about ocean-SR-training

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

FAQPage Schema
How do I automate ocean super-resolution model training across multiple GPUs?

Automate ocean super-resolution model training across multiple GPUs by invoking ocean_sr_train_start with dataset_root, log_dir, model_name, and scale. The workflow coordinates model selection, dataset handling, and training orchestration across single or multi-GPU clusters.

Which deep learning architectures can I use for ocean super-resolution workflows?

Supported architectures for ocean super-resolution workflows include FNO2d, SwinIR, UNet2d, and SRNO. These models integrate into the training pipeline with safety checks, checkpoints, and break-glass recovery workflows.

How does ocean super-resolution training handle out-of-memory errors on GPUs?

Ocean super-resolution training handles out-of-memory errors through robust OOM protection and memory management safeguards. The workflow includes safe restart capabilities and break-glass recovery to resume training without losing progress.

Can I run inference and visualize forecasts after training a super-resolution model?

You can run full-dataset inference and generate visualizations after training by using ocean_sr_train_visualize and ocean_sr_train_report. The predict mode allows ramping back to training after evaluating the generated plots.

What is the best way to monitor training status for ocean super-resolution models?

Monitor training status for ocean super-resolution models using the ocean_sr_train_status tool, which provides explicit parameter confirmation and progress monitoring. This ensures continuous tracking throughout the training, evaluation, and reporting phases.