-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (62 loc) · 1.71 KB
/
mkdocs.yml
File metadata and controls
68 lines (62 loc) · 1.71 KB
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
60
61
62
63
64
65
66
67
68
site_name: CudaVision-Lab, Summar 2025, Uni-Bonn
repo_url: https://github.com/Cuda-Vision-Lab/CudaVisionSS2025
repo_name: Cuda-Vision-Lab/CudaVisionSS2025
theme:
name: material
favicon: docs/PersianCuda.png
font:
text: Merriweather Sans
code: Red Hat Mono
palette:
# Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: deep orange
accent: green
# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: blue
accent: deep orange
features:
- navigation.instant
- navigation.tracking
- navigation.expand
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
nav:
- Home: index.md
- Repository Structure: structure.md
- Assignments:
- 1 - Neural Network Fundamentals: assignments/assignment1.md
- 2 - Transfer Learning: assignments/assignment2.md
- 3 - RNNs: assignments/assignment3.md
- 4 - Variational Autoencoders: assignments/assignment4.md
- 5 - GANs: assignments/assignment5.md
- 6 - Self-Supervised Learning: assignments/assignment6.md
- 7 - Vision Transformers (VITs): assignments/assignment7.md
- Course Project:
- Video Prediction with Object Representations: course-project.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details