-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path_quarto.yml
59 lines (54 loc) · 1.29 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
50
51
52
53
54
55
56
57
58
59
project:
type: website
format:
html:
theme: cosmo
css: styles.css
toc: true
default_badges:
github: true
binder: true
colab: true
website:
twitter-card: true
open-graph: true
repo-actions: [issue]
navbar:
background: primary
search: true
right:
- icon: github
href: "https://github.com/johnowhitaker/tglcourse"
- icon: discord
href: "https://discord.gg/vSjhr8xb4g"
- icon: currency-dollar
href: "https://www.patreon.com/johnowhitaker"
sidebar:
style: floating
collapse-level: 1
website:
contents:
- index.ipynb
- 00_Getting_Started.ipynb
- section: Lessons
contents:
- 01_PyTorch_Basics.ipynb
- 02_Optimization.ipynb
- 03_Building_NNs.ipynb
- 04_Representations.ipynb
- 05_CLIP.ipynb
- 06_generative_1.ipynb
- 12_DM1.ipynb
- 13_DM2.ipynb
- 14_DM3.ipynb
- section: Bonus Material
contents:
- 60_Bonus_Material_Intro.ipynb
- 63_Scripts.ipynb
- 62_Generators_and_Losses.ipynb
- 65_Interfaces_With_Gradio.ipynb
- 64_Finetuning_Pretrained_Models.ipynb
- 40_Discussions.ipynb
- 90_Projects.ipynb
- 99_Library.ipynb
metadata-files: [nbdev.yml]