ALAE repo skill
SkillDev tools"Use the ALAE repository for Adversarial Latent Autoencoder data
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ALAE repo skill skill
What this skill tells your AI
The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/alae/SKILL.md and read by ahel’s review.
Use this skill when the user names ALAE, StyleALAE, adversarial latent autoencoders, the podgorskiy/ALAE repository, train_alae.py, interactive_demo.py, style_mixing/stylemix.py, ALAE TFRecords, principal directions, or ALAE FID/PPL/LPIPS metrics.
ALAE is an older, un-packaged script repository. Future agents normally need a local ALAE checkout, must run native scripts from that checkout root, and should set PYTHONPATH to the checkout root for subdirectory scripts.
First reads
- Read repository provenance before trusting version-sensitive guidance or deciding whether to refresh this skill.
- Read setup and environment before installing dependencies, choosing CUDA/TensorFlow variants, or launching native scripts.
- Read configuration before choosing a config, overriding YACS options, or diagnosing path/checkpoint mismatches.
- Read cross-cutting troubleshooting when import, CUDA, TensorFlow, checkpoint, data path, or stale README issues appear.
- Router metadata for import tooling lives in repo-routing-metadata.json.
Safe root helpers
Run these generated helpers from this skill directory, or use their full paths, while pointing --repo-root at the user's ALAE checkout:
python scripts/check_alae_environment.py --repo-root <ALAE-checkout>
python scripts/download_alae_artifacts.py --dataset all
check_alae_environment.py imports safe dependencies/source modules and checks PyTorch CUDA with a tiny tensor by default. It does not download models, import metric scripts, run training, or open a GUI.
download_alae_artifacts.py lists pretrained model IDs/URLs by default. It downloads only when both --download and --yes are supplied.
Route by task
| User intent | Read |
|---|---|
Prepare TFRecords, validate data/sample/style paths, align faces, or adapt dataset paths away from /data/datasets | data-preparation |
Train or resume ALAE/StyleALAE, build a train_alae.py command, inspect configs, debug DDP/NCCL/dareblopy/checkpoints | training |
| Run pretrained demo, generate images, make reconstruction/style-mixing/interpolation/traversal figures, check principal directions | generation |
| Prepare or troubleshoot FID, reconstruction FID, PPL, or LPIPS legacy metric scripts | metrics |
Operating sequence for most tasks
-
Confirm the user has or can create a local ALAE checkout; do not rely on the checkout used to build this skill.
-
Read provenance if the checkout differs from the recorded commit or contains new/removed scripts.
-
Run or adapt the root environment checker. Core training/generation requires CUDA-visible PyTorch; CPU-only import is not enough.
-
Use the configuration reference and sub-skill-specific checkers before launching any long GPU, GUI, data conversion, metric, or network operation.
-
For native ALAE commands, run from the checkout root:
cd <ALAE-checkout> export PYTHONPATH="$PYTHONPATH:$(pwd)" python train_alae.py -c ffhq -
Ask for explicit approval before large downloads, raw dataset conversion, full training, GUI launch, or 10k-50k sample metric runs.
Important constraints
- The README's ablation/separate-model routes are stale in this checkout:
train_alae_separate.py,model_separate.py, andceleba_ablation_*.yamlwere not present. Do not route users to them unless a newer checkout actually contains them. metrics/fid_sep.pyimports absent separate-model code and is not an executable route for this skill.- Many original scripts have hard-coded assumptions (
/data/datasets,training_artifacts/<dataset>/last_checkpoint, fixed sample filenames, FFHQ-specific direction vectors). Prefer generated checkers before native execution. - TensorFlow/dnnlib metric workflows are optional legacy routes; they may import in a TF1 environment while still lacking a compatible TensorFlow GPU CUDA/cuDNN stack.
Signals
- GitHub stars
- 266
- Forks
- 21
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
alae- Source
- github.com/vectorspacelab/arex-skill