Files
TinyTorch/modules
Vijay Janapa Reddi 06ee685370 Simplify Module 1 Setup to essentials only
Major simplification based on instructor feedback:
- Reduced from complex testing to just 3 simple functions
- setup(): Install packages via pip
- check_versions(): Quick Python/NumPy version check
- get_info(): Basic name and email collection

Changes:
- Removed complex command execution and system profiling
- Removed comprehensive memory and performance testing
- Fixed unused 'os' import
- Streamlined to ~220 lines for perfect first-day experience

Team validated: Simple, welcoming, and gets students ready quickly
2025-09-23 16:58:24 -04:00
..