Skip to content

Commit d4c3335

Browse files
committed
link to translations
1 parent c5685c9 commit d4c3335

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ <h1><a href="index.html">labml.ai Annotated PyTorch Paper Implementations</a></h
7373
<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>
7474
<p><img alt="Screenshot" src="dqn-light.png"></p>
7575
<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>
76+
<h2>Languages: <strong><a href="https://nn.labml.ai">English</a></strong> | <strong><a href="https://nn.labml.ai/zh/">Chinese (translated)</a></strong></h2>
7677
<h2>Paper Implementations</h2>
7778
<h4><a href="transformers/index.html">Transformers</a></h4>
7879
<ul><li><a href="transformers/mha.html">Multi-headed attention</a> </li>

labml_nn/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
implementations.
1515
[![Twitter](https://img.shields.io/twitter/follow/labmlai?style=social)](https://twitter.com/labmlai) for updates.
1616
17+
## Languages: **[English](https://nn.labml.ai)** | **[Chinese (translated)](https://nn.labml.ai/zh/)**
1718
1819
## Paper Implementations
1920

0 commit comments

Comments
 (0)