NSSpain 2023: Training DNNs on iOS with Metal Performance Shaders Graph
Detailed image description of the sketchnote
- ResNet-50 in TensorFlow
- Metal Performance Shaders Graph
- Output = Input * W + B
Create graph
- Setup inputs
- Start building
- Initialize weight
- Build layers
- Train the network
Live Demo: Loss will go down over time