mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-26 08:41:23 +08:00
experiment links
This commit is contained in:
@ -7,6 +7,9 @@ summary: >
|
||||
|
||||
# DeepNorm
|
||||
|
||||
[](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/normalization/deep_norm/experiment.ipynb)
|
||||
[](https://www.comet.ml/labml/deep-norm/61d817f80ff143c8825fba4aacd431d4?experiment-tab=chart&showOutliers=true&smoothing=0&transformY=smoothing&xAxis=step)
|
||||
|
||||
This is a [PyTorch](https://pytorch.org) implementation of
|
||||
the DeepNorm from the paper
|
||||
[DeepNet: Scaling Transformers to 1,000 Layers](https://papers.labml.ai/paper/2203.00555).
|
||||
@ -66,10 +69,6 @@ Where $N$ is the number of layers in the encoder and $M$ is the number of layers
|
||||
Refer to [the paper](https://papers.labml.ai/paper/2203.00555) for derivation.
|
||||
|
||||
[Here is an experiment implementation](experiment.html) that uses DeepNorm.
|
||||
|
||||
[](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/normalization/deep_norm/experiment.ipynb)
|
||||
[](https://app.labml.ai/run/ec8e4dacb7f311ec8d1cd37d50b05c3d)
|
||||
[](https://www.comet.ml/labml/deep-norm/61d817f80ff143c8825fba4aacd431d4?experiment-tab=chart&showOutliers=true&smoothing=0&transformY=smoothing&xAxis=step)
|
||||
"""
|
||||
|
||||
from typing import Union, List
|
||||
|
@ -11,7 +11,6 @@
|
||||
"source": [
|
||||
"[](https://github.com/labmlai/annotated_deep_learning_paper_implementations)\n",
|
||||
"[](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/normalization/deep_norm/experiment.ipynb)\n",
|
||||
"[](https://app.labml.ai/run/ec8e4dacb7f311ec8d1cd37d50b05c3d)\n",
|
||||
"[](https://www.comet.ml/labml/deep-norm/61d817f80ff143c8825fba4aacd431d4?experiment-tab=chart&showOutliers=true&smoothing=0&transformY=smoothing&xAxis=step)\n",
|
||||
"\n",
|
||||
"## DeepNorm\n",
|
||||
|
@ -8,7 +8,6 @@ summary: >
|
||||
# [DeepNorm](index.html) Experiment
|
||||
|
||||
[](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/normalization/deep_norm/experiment.ipynb)
|
||||
[](https://app.labml.ai/run/ec8e4dacb7f311ec8d1cd37d50b05c3d)
|
||||
[](https://www.comet.ml/labml/deep-norm/61d817f80ff143c8825fba4aacd431d4?experiment-tab=chart&showOutliers=true&smoothing=0&transformY=smoothing&xAxis=step)
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user