forked from ivy-llc/demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
52 lines (41 loc) · 1.77 KB
/
index.qmd
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
---
listing:
- id: learn-the-basics
template: assets/ejs/gallery.ejs
contents:
- "learn_the_basics/01_write_ivy_code.ipynb"
- "learn_the_basics/02_unify_code.ipynb"
- "learn_the_basics/03_compile_code.ipynb"
- "learn_the_basics/04_transpile_code.ipynb"
- "learn_the_basics/05_lazy_vs_eager.ipynb"
- "learn_the_basics/06_how_to_use_decorators.ipynb"
- "learn_the_basics/07_transpile_any_library.ipynb"
- "learn_the_basics/08_transpile_any_model.ipynb"
sort: "false"
- id: guides
template: assets/ejs/gallery.ejs
contents:
- "guides/01_transpiling_a_torch_model.ipynb"
- "guides/03_transpiling_a_tf_model.ipynb"
sort: "false"
- id: examples-and-demos
template: assets/ejs/gallery.ejs
contents:
- "examples_and_demos/01_using_ivy_resnet18.ipynb"
- "examples_and_demos/torch_to_jax.ipynb"
sort: "false"
---
## Tutorials and Examples
Welcome to Ivy's tutorials webpage! Our goal is to provide you with a comprehensive learning experience on a variety of topics. We have organized our tutorials into three main sections to help you find exactly what you need.
- In the **Learn the basics** section, you will find basic and to the point tutorials to help you get started with Ivy.
- The **Guides** section includes more involved tutorials for those who want to dive deeper into the framework.
- Finally, in the **Examples and Demos** section, you will find start-to-finish projects and applications that showcase real-world applications of Ivy. Whether you're a beginner or an advanced user, we've got you covered!
### Learn the basics
:::{#learn-the-basics}
:::
### Guides
:::{#guides}
:::
### Examples and Demos
:::{#examples-and-demos}
:::