summaryrefslogtreecommitdiff
path: root/candle-book/src/SUMMARY.md
blob: 8228da224992754c67f287a4d2a5785100fa2cdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Summary

[Introduction](README.md)

# User Guide

- [Installation](guide/installation.md)
- [Hello World - MNIST](guide/hello_world.md)
- [PyTorch cheatsheet](guide/cheatsheet.md)

# Reference Guide

- [Running a model](inference/README.md)
    - [Using the hub](inference/hub.md)
- [Error management](error_manage.md)
- [Training](training/README.md)
    - [MNIST](training/mnist.md)
    - [Fine-tuning]()
    - [Serialization]()
- [Advanced Cuda usage]()
    - [Writing a custom kernel]()
    - [Porting a custom kernel]()
- [Using MKL]()
- [Creating apps]()
    - [Creating a WASM app]()
    - [Creating a REST api webserver]()
    - [Creating a desktop Tauri app]()