"Configure EdgeConnect training, internal validation sampling,
Scanned 9/8/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill training --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Training?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-training-4aabecef)More formats (shields.io, HTML) on the badges page.
---
name: training
description: "Configure EdgeConnect training, internal validation sampling,
checkpoint resume, and loss behavior."
disable-model-invocation: true
metadata:
disco-role: operating
license: NOASSERTION
---
# Training
Use this sub-skill when you need to plan, configure, or reason about EdgeConnect training-time stages and the internal validation loop.
## Covers
- `train.py` as the thin `MODE=1` wrapper over `main.load_config(mode=1)`.
- The distinction between `MODE` (run type) and `MODEL` (stage family).
- `EdgeConnect.train`, `EdgeConnect.eval`, and `EdgeConnect.sample` behavior.
- Stage-specific checkpoint loading, saving, sampling, and logging.
- Generator/discriminator architecture, VGG-based losses, and internal metrics.
## Entry points
- `references/training-workflows.md`
- `references/model-overview.md`
- `references/troubleshooting.md`
- `scripts/make_training_config.py`
## Use for
- choosing a training stage before a run
- generating or editing a training config
- understanding `*_gen.pth`, `*_dis.pth`, `samples/`, `results/`, and `log_*.dat`
- explaining why a run resumed, stalled, or produced unexpected losses
## Do not use for
- dataset flist construction or path validation
- test-time command wiring
- PSNR/SSIM/FID scoring after inference
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!