zynamics

PyTorch benchmark scaffolding for latent variable models of neural dynamics.

Documentation

Model pages are generated from model class docstrings and config defaults:

python scripts/generate_model_docs.py

Images referenced from model docstrings should live under docs/assets/. Use links like ![Diagram](assets/model-diagram.png) in docstrings; generated model pages rewrite those links to the correct relative path.

Serve the documentation site locally with:

mkdocs serve