We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e3221 commit 1f8a5c0Copy full SHA for 1f8a5c0
book/_toc.yml
@@ -2,14 +2,14 @@ format: jb-book
2
root: intro
3
chapters:
4
- file: lr-sched-and-optim
5
+ - file: mixed-precision
6
+ - file: data-distributed-training
7
+ - file: model-distributed-training
8
- file: gradient-checkpoints
9
- file: jit
10
- file: pruning
11
# NOTE(aleksey): although we have a full-length blog post draft covering quantization, because
12
# it's an inference-only technique it's not really in scope for this book, which purportedly
13
# only covers training techniques.
14
# - file: quantization
- - file: data-distributed-training
- - file: model-distributed-training
- - file: mixed-precision
15
- file: assorted-tricks
0 commit comments