-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
52 lines (44 loc) · 1.2 KB
/
_quarto.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
project:
type: book
output-dir: docs
website:
site-url: https://aayushmnit.com/pytorch_book
repo-url: https://github.com/aayushmnit/pytorch_book
book:
title: "The PyTorch Book"
author: "Aayush Agrawal"
search: true
sharing: [linkedin, twitter, facebook]
#date: "12/24/2022"
cover-image: bookcover.jpg
google-analytics: "G-Q8J05XS7Q7"
page-footer:
left: "The PyTorch book. Copyright (c) 2022 Aayush Agrawal."
right: "This book was built with [Quarto](https://quarto.org/)"
chapters:
- index.qmd
- part: "PyTorch basics"
chapters:
- nbs/1_pytorch_intro.ipynb
- nbs/2_pytorch_tensors.ipynb
- nbs/3_broadcasting.ipynb
- nbs/4_autograd.ipynb
- nbs/5_datasets.ipynb
- nbs/6_optimizers.ipynb
- nbs/7_defining_models.ipynb
- nbs/8_NeuralNetworks.ipynb
- part: "fastai"
chapters:
- nbs/9_IntroductionToFastAI.ipynb
- nbs/10_MNISTusingFastaiHighLevelAPI.ipynb
- nbs/11_MNISTusingFastaiMidLevelAPI.ipynb
bibliography: references.bib
format:
html:
theme:
light: sandstone
dark: cyborg
highlight-style:
light: a11y
dark: github
mainfont: roboto