summaryrefslogtreecommitdiff
path: root/candle-book/src/SUMMARY.md
blob: 59831af26b63ec98452dd351e5bc17c3754d23cc (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
28
# 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/inference.md)
    - [Using the hub](inference/hub.md)
- [Error management](error_manage.md)
- [Training](training/training.md)
    - [Simplified](training/simplified.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]()