Skip to content

growingnet/growing_wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Growing Wiki logo

The Growing Wiki

https://growingnet.github.io/growing_wiki

The Growing Wiki documents algorithms for growing neural networks during training.

Repository Layout

  • docs/: Sphinx source and build configuration
  • docs/overview/: conceptual and survey-style pages
  • docs/algorithms/: per-algorithm reference pages
  • docs/applications/: application-focused pages
  • references.bib: bibliography used by the docs

Build Locally

Prerequisites

  • Python 3.10+ (3.11 used in CI)
  • pip

Install dependencies

python -m pip install --upgrade pip
pip install -r requirements.txt

Build HTML documentation

make -C docs html

Built files will be in:

docs/_build/html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages