|
7 | 7 |
|
8 | 8 | <meta name="twitter:card" content="summary"/> |
9 | 9 | <meta name="twitter:image:src" content="https://avatars1.githubusercontent.com/u/64068543?s=400&v=4"/> |
10 | | - <meta name="twitter:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more"/> |
| 10 | + <meta name="twitter:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more"/> |
11 | 11 | <meta name="twitter:description" content=""/> |
12 | 12 | <meta name="twitter:site" content="@labmlai"/> |
13 | 13 | <meta name="twitter:creator" content="@labmlai"/> |
14 | 14 |
|
15 | 15 | <meta property="og:url" content="https://nn.labml.ai/index.html"/> |
16 | | - <meta property="og:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more"/> |
| 16 | + <meta property="og:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more"/> |
17 | 17 | <meta property="og:image" content="https://avatars1.githubusercontent.com/u/64068543?s=400&v=4"/> |
18 | | - <meta property="og:site_name" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more"/> |
| 18 | + <meta property="og:site_name" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more"/> |
19 | 19 | <meta property="og:type" content="object"/> |
20 | | - <meta property="og:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more"/> |
| 20 | + <meta property="og:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more"/> |
21 | 21 | <meta property="og:description" content=""/> |
22 | 22 |
|
23 | | - <title>Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more</title> |
| 23 | + <title>Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more</title> |
24 | 24 | <link rel="shortcut icon" href="/icon.png"/> |
25 | 25 | <link rel="stylesheet" href="./pylit.css?v=1"> |
26 | 26 | <link rel="canonical" href="https://nn.labml.ai/index.html"/> |
|
69 | 69 | <div class='section-link'> |
70 | 70 | <a href='#section-0'>#</a> |
71 | 71 | </div> |
72 | | - <h1><a href="index.html">Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more</a></h1> |
| 72 | + <h1><a href="index.html">Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more</a></h1> |
73 | 73 | <p>This is a collection of simple PyTorch implementations of neural networks and related algorithms. <a href="https://github.com/labmlai/annotated_deep_learning_paper_implementations">These implementations</a> are documented with explanations, and the <a href="index.html">website</a> renders these as side-by-side formatted notes. We believe these would help you understand these algorithms better.</p> |
74 | 74 | <p><img alt="Screenshot" src="dqn-light.png"></p> |
75 | 75 | <p>We are actively maintaining this repo and adding new implementations. <a href="https://twitter.com/labmlai"><img alt="Twitter" src="https://img.shields.io/twitter/follow/labmlai?style=social"></a> for updates.</p> |
|
0 commit comments