The Growing Wiki
https://growingnet.github.io/growing_wiki
The Growing Wiki documents algorithms for growing neural networks during training.
docs/: Sphinx source and build configurationdocs/overview/: conceptual and survey-style pagesdocs/algorithms/: per-algorithm reference pagesdocs/applications/: application-focused pagesreferences.bib: bibliography used by the docs
- Python 3.10+ (3.11 used in CI)
pip
python -m pip install --upgrade pip
pip install -r requirements.txtmake -C docs htmlBuilt files will be in:
docs/_build/html
