Commit Graph

3 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
aa319cc853 Fix direnv configuration to use root-level venv
Simplified .envrc to use the existing root venv (bin/ directory) instead of creating nested .venv
Updated .tinyrc to point to root directory
Ensures direnv properly activates the virtual environment with all installed packages
2025-11-05 09:15:40 -05:00
Zappandy
fbea50d9da Feat(env) dynamic virtual env support for advanced users 2025-10-11 12:31:11 +02:00
Vijay Janapa Reddi
9361cbf987 Add TinyTorch examples gallery and fix module integration issues
- Create professional examples directory showcasing TinyTorch as real ML framework
- Add examples: XOR, MNIST, CIFAR-10, text generation, autograd demo, optimizer comparison
- Fix import paths in exported modules (training.py, dense.py)
- Update training module with autograd integration for loss functions
- Add progressive integration tests for all 16 modules
- Document framework capabilities and usage patterns

This commit establishes the examples gallery that demonstrates TinyTorch
works like PyTorch/TensorFlow, validating the complete framework.
2025-09-21 10:00:11 -04:00