mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-02 18:36:30 -05:00
- Updated tinytorch/__init__.py to export all common components at top level - Changed milestone imports from 'tinytorch.core.*' to 'tinytorch' - Students now use: from tinytorch import Tensor, Linear, Sigmoid, SGD - Cleaner API that respects module boundaries - Added enable_autograd() that enhances operations without modifying source modules STILL TODO: Fix gradient flow - training not learning yet