mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-29 16:07:25 -05:00
- Removed 01_setup module (archived to archive/setup_module) - Renumbered all modules: tensor is now 01, activations is 02, etc. - Added tito setup command for environment setup and package installation - Added numeric shortcuts: tito 01, tito 02, etc. for quick module access - Fixed view command to find dev files correctly - Updated module dependencies and references - Improved user experience: immediate ML learning instead of boring setup
25 lines
473 B
YAML
25 lines
473 B
YAML
components:
|
|
- conv2d_naive
|
|
- Conv2D
|
|
- flatten
|
|
dependencies:
|
|
enables:
|
|
- attention
|
|
- training
|
|
- computer_vision
|
|
prerequisites:
|
|
- tensor
|
|
- activations
|
|
- layers
|
|
- dense
|
|
description: Convolutional networks for spatial pattern recognition and image processing
|
|
difficulty: "\u2B50\u2B50\u2B50"
|
|
exports_to: tinytorch.core.spatial
|
|
files:
|
|
dev_file: spatial_dev.py
|
|
readme: README.md
|
|
tests: inline
|
|
name: spatial
|
|
time_estimate: 6-8 hours
|
|
title: Spatial Networks
|