Chainer
SkillDev tools"Routes Chainer workflows for training, export, distributed
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 Chainer skill
What this skill tells your AI
The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/chainer/SKILL.md and read by ahel’s review.
Chainer is a maintenance-phase deep learning framework.
Use this skill when a task mentions Chainer, ChainerMN, ChainerX, onnx_chainer, or the core chainer training APIs.
Start here
- Read
references/install.mdwhen you need base install or optional-backend guidance. - Read
references/workflows.mdfor the high-level route map. - Read
references/api-overview.mdwhen you need exact signatures or verified runtime facts. - Read
references/troubleshooting.mdwhen import, backend, or build issues appear. - Read
references/repo-provenance.mdwhen you need source freshness or version context. - Run
scripts/runtime_probe.pyfor a quick local health check.
Route map
sub-skills/training/
Use for define-by-run model building, datasets, iterators, trainers, serializers, GPU or CPU setup, static-graph usage, and single-node example workflows such as MNIST, CIFAR, PTB, or serialization.
sub-skills/export/
Use for ONNX-Chainer export, export_testcase, and Caffe export or conversion troubleshooting.
sub-skills/distributed/
Use for ChainerMN, MPI or mpi4py, communicator selection, data-parallel or model-parallel training, dataset scattering, multi-node evaluators, and multi-process debugging.
sub-skills/chainerx/
Use for ChainerX build or install questions, backend and device selection, native or cuda device parsing, ChainerX limitations, and fallback behavior.
Quick install and import check
pip install chainer
python - <<'PY'
import chainer
print(chainer.__version__)
PY
Common surfaces
chainer.backends.cuda.availableandchainer.backends.cuda.cudnn_enabledchainer.backends.intel64.is_ideep_available()chainerx.is_available()onnx_chainer.export(...)chainermn.create_communicator(...)chainer.print_runtime_info()
Shared smoke scripts
scripts/runtime_probe.pyscripts/training_smoke.pyscripts/serialization_smoke.pyscripts/export_smoke.pyscripts/chainerx_probe.pyscripts/chainermn_probe.py
Signals
- GitHub stars
- 266
- Forks
- 21
- Last commit
- Sep 2026
ahel review
K1binfo
installs-packagesK6low
bundled executables the agent is told to runK1binfo
installs-packages (in references/install.md)K1binfo
installs-packages (in references/troubleshooting.md)K1binfo
installs-packages (in references/workflows.md)K1binfo
installs-packages (in sub-skills/chainerx/references/install.md)
Automated review, not a security audit. Ruleset v1+k2.
Advanced
- Catalog kind
- skill
- Gateway key
chainer- Source
- github.com/vectorspacelab/arex-skill