Files
TinyTorch/modules/09_dataloader/module.yaml
Vijay Janapa Reddi 4aec4ba297 Major reorganization: Remove setup module, renumber all modules, add tito setup command and numeric shortcuts
- 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
2025-09-28 07:02:08 -04:00

23 lines
416 B
YAML

components:
- Dataset
- DataLoader
- SimpleDataset
dependencies:
enables:
- training
- dense
- spatial
- attention
prerequisites:
- tensor
description: Dataset interfaces and data loading pipelines
difficulty: "\u2B50\u2B50\u2B50"
exports_to: tinytorch.core.dataloader
files:
dev_file: dataloader_dev.py
readme: README.md
tests: inline
name: dataloader
time_estimate: 5-6 hours
title: DataLoader