terrytaylorbonn's picture
Initial M06 model
514f867
|
Raw
History Blame Contribute Delete
274 Bytes

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.