Execute a bounded finite-difference optimizer step for DCL proxy recovery and emit validator-compatible training traces.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill reduced_training_harness --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Reduced Training Harness?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-reduced-training-harness)More formats (shields.io, HTML) on the badges page.
---
name: reduced_training_harness
description: Execute a bounded finite-difference optimizer step for DCL proxy recovery and emit validator-compatible training traces.
---
# Reduced DCL Training Harness
Use this skill only when full GAN training is blocked and soft-mode reduced recovery is allowed. It runs a tiny optimizer step over target feature parameters using the generated DCL loss implementation. Do not mark this as full model training.
## Inputs
- Latent-paired feature batch.
- DCL loss function.
- Learning rate and finite-difference epsilon.
## Outputs
- `loss_before`, `loss_after`, `params_before`, and `params_after`.
- Optimizer-state change evidence.
- Reduced-mode mechanism checks.
## Workflow
1. Flatten target generated features as trainable parameters.
2. Estimate finite-difference gradients of DCL proxy loss.
3. Apply one gradient descent step.
4. Write a trace proving parameters changed and loss decreased.
## Validation
Run `python tests/test_reduced_training_harness.py` from this skill directory.
## Limitations
This skill is a proxy for objective mechanics, not a StyleGAN or discriminator implementation.
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!