"Serialize/export Sonnet modules and reason about TensorFlow
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill serialization-and-distribution --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Serialization And Distribution?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-serialization-and-distribution)More formats (shields.io, HTML) on the badges page.
---
name: serialization-and-distribution
description: "Serialize/export Sonnet modules and reason about TensorFlow
distribution, mixed precision, and backend limits."
disable-model-invocation: true
metadata:
disco-role: operating
license: Apache 2.0
---
# Serialization and Distribution
Use this sub-skill for TensorFlow checkpoints, SavedModel export/load, pickle or Keras interoperability caveats, XLA, mixed precision, and `snt.distribute` helpers.
## Start here
- [references/serialization.md](references/serialization.md): checkpoint, SavedModel, Keras/pickle, XLA, and mixed precision recipes.
- [references/distribution-and-backends.md](references/distribution-and-backends.md): `Replicator`, `TpuReplicator`, `CrossReplicaBatchNorm`, and backend limits.
- [references/troubleshooting.md](references/troubleshooting.md): restored object identity, SavedModel signatures, cross-replica context, and accelerator-runtime failures.
- [scripts/serialization_smoke.py](scripts/serialization_smoke.py): CPU checkpoint and SavedModel smoke.
## Boundaries
- Module construction and lazy variables: [../module-authoring/SKILL.md](../module-authoring/SKILL.md).
- Training-loop checkpoint timing: [../training-and-optimization/SKILL.md](../training-and-optimization/SKILL.md).
- Functional transforms and device helpers: [../functional-transforms/SKILL.md](../functional-transforms/SKILL.md).
## Backend policy
CPU verifies checkpoints, SavedModel export/load, pickle caveats, and mixed precision policy mechanics. CUDA, TPU, XLA performance, and distributed replicas require a matching TensorFlow runtime. Do not claim accelerator verification from a CPU-only run.
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!