File: README.md

package info (click to toggle)
python-ml-collections 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 584 kB
  • sloc: python: 5,456; makefile: 26
file content (8 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
# ML Collections docs

The ML Collections documentation can be found here: https://ml-collections.readthedocs.io/en/latest/

# How to build the docs
1. Install the requirements in ml_collections/docs/requirements.txt.
2. Ensure `pandoc` is installed.
3. Run `make html` to locally generate documentation.