Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
vpj committed Jan 12, 2024
1 parent 84fab83 commit a0679ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@

<meta name="twitter:card" content="summary"/>
<meta name="twitter:image:src" content="https://avatars1.githubusercontent.com/u/64068543?s=400&amp;v=4"/>
<meta name="twitter:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more"/>
<meta name="twitter:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more"/>
<meta name="twitter:description" content=""/>
<meta name="twitter:site" content="@labmlai"/>
<meta name="twitter:creator" content="@labmlai"/>

<meta property="og:url" content="https://nn.labml.ai/index.html"/>
<meta property="og:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more"/>
<meta property="og:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more"/>
<meta property="og:image" content="https://avatars1.githubusercontent.com/u/64068543?s=400&amp;v=4"/>
<meta property="og:site_name" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more"/>
<meta property="og:site_name" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more"/>
<meta property="og:type" content="object"/>
<meta property="og:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more"/>
<meta property="og:title" content="Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more"/>
<meta property="og:description" content=""/>

<title>Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more</title>
<title>Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more</title>
<link rel="shortcut icon" href="/icon.png"/>
<link rel="stylesheet" href="./pylit.css?v=1">
<link rel="canonical" href="https://nn.labml.ai/index.html"/>
Expand Down Expand Up @@ -69,7 +69,7 @@
<div class='section-link'>
<a href='#section-0'>#</a>
</div>
<h1><a href="index.html">Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more</a></h1>
<h1><a href="index.html">Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more</a></h1>
<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>
<p><img alt="Screenshot" src="dqn-light.png"></p>
<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>
Expand Down
2 changes: 1 addition & 1 deletion labml_nn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
# [Annotated Research Paper Implementations: Transformers, StyleGAN, Diffusion(DDPM, DDIM), LayerNorm, Nucleus Sampling and more](index.html)
# [Annotated Research Paper Implementations: Transformers, StyleGAN, Stable Diffusion, DDPM/DDIM, LayerNorm, Nucleus Sampling and more](index.html)
This is a collection of simple PyTorch implementations of
neural networks and related algorithms.
Expand Down

0 comments on commit a0679ec

Please sign in to comment.