|
3 | 3 | Run PyTorch models in the browser with JavaScript by first converting your PyTorch model into the ONNX format and then loading that ONNX model in your website or app using ONNX.js. In the video tutorial below, I take you through this process using the demo example of a handwritten digit recognition model trained on the MNIST dataset.
|
4 | 4 |
|
5 | 5 | ### Tutorial
|
6 | | -...(coming soon) |
| 6 | +https://www.youtube.com/watch?v=Vs730jsRgO8 |
7 | 7 |
|
8 | | -[<img src="https://img.youtube.com/vi/IK7nBOLYzdE/hqdefault.jpg">](https://www.youtube.com/watch?v=IK7nBOLYzdE) |
| 8 | +[<img src="https://img.youtube.com/vi/Vs730jsRgO8/hqdefault.jpg">](https://www.youtube.com/watch?v=Vs730jsRgO8) |
9 | 9 |
|
10 | 10 | ### Live Demo and Code Sandbox
|
11 | 11 |
|
|
0 commit comments