mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-23 14:31:14 -05:00
Add machine-readable module.yaml files to each of the 20 modules with title, subtitle, and description fields. Update tito CLI to read from these files instead of parsing Python files. - Create module.yaml in src/NN_*/ directories - Add YAML parser with validation in tito/core/modules.py - Update list_modules() to display descriptions from YAML
4 lines
150 B
YAML
4 lines
150 B
YAML
title: Compression
|
|
subtitle: Pruning and Model Compression
|
|
description: Build pruning, knowledge distillation, and low-rank approximation techniques.
|