| # M06 Tiny PyTorch Model | |
| Mechanical demo showing: | |
| Architecture + Weights = Model | |
| Files: | |
| - m06_manual_inference.py | |
| - m01_tiny_model.pt | |
| Run: | |
| python m06_manual_inference.py | |
| Notes: | |
| The .pt file stores W,b values. | |
| The Python file defines the architecture and performs inference. | |