Skip to content

Commit 5d3348d

Browse files
committed
comet link
1 parent 8d1c358 commit 5d3348d

File tree

6 files changed

+189
-136
lines changed

6 files changed

+189
-136
lines changed

docs/normalization/deep_norm/experiment.html

Lines changed: 70 additions & 70 deletions
Large diffs are not rendered by default.

docs/normalization/deep_norm/index.html

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

docs/sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225

226226
<url>
227227
<loc>https://nn.labml.ai/experiments/nlp_autoregression.html</loc>
228-
<lastmod>2022-03-12T16:30:00+00:00</lastmod>
228+
<lastmod>2022-05-03T16:30:00+00:00</lastmod>
229229
<priority>1.00</priority>
230230
</url>
231231

@@ -239,7 +239,7 @@
239239

240240
<url>
241241
<loc>https://nn.labml.ai/experiments/nlp_classification.html</loc>
242-
<lastmod>2021-10-29T16:30:00+00:00</lastmod>
242+
<lastmod>2022-05-03T16:30:00+00:00</lastmod>
243243
<priority>1.00</priority>
244244
</url>
245245

@@ -295,7 +295,7 @@
295295

296296
<url>
297297
<loc>https://nn.labml.ai/index.html</loc>
298-
<lastmod>2022-04-10T16:30:00+00:00</lastmod>
298+
<lastmod>2022-05-03T16:30:00+00:00</lastmod>
299299
<priority>1.00</priority>
300300
</url>
301301

labml_nn/normalization/deep_norm/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
7070
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/normalization/deep_norm/experiment.ipynb)
7171
[![View Run](https://img.shields.io/badge/labml-experiment-brightgreen)](https://app.labml.ai/run/ec8e4dacb7f311ec8d1cd37d50b05c3d)
72+
[![Open In Comet](https://images.labml.ai/images/comet.svg?experiment=deep_norm&file=model)](https://www.comet.ml/labml/deep-norm/61d817f80ff143c8825fba4aacd431d4?experiment-tab=chart&showOutliers=true&smoothing=0&transformY=smoothing&xAxis=step)
7273
"""
7374

7475
from typing import Union, List

labml_nn/normalization/deep_norm/experiment.ipynb

Lines changed: 68 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
{
44
"cell_type": "markdown",
55
"metadata": {
6-
"id": "AYV_dMVDxyc2"
6+
"id": "AYV_dMVDxyc2",
7+
"pycharm": {
8+
"name": "#%% md\n"
9+
}
710
},
811
"source": [
912
"[![Github](https://img.shields.io/github/stars/labmlai/annotated_deep_learning_paper_implementations?style=social)](https://github.com/labmlai/annotated_deep_learning_paper_implementations)\n",
1013
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/normalization/deep_norm/experiment.ipynb)\n",
1114
"[![View Run](https://img.shields.io/badge/labml-experiment-brightgreen)](https://app.labml.ai/run/ec8e4dacb7f311ec8d1cd37d50b05c3d)\n",
15+
"[![Open In Comet](https://images.labml.ai/images/comet.svg?experiment=deep_norm&file=colab)](https://www.comet.ml/labml/deep-norm/61d817f80ff143c8825fba4aacd431d4?experiment-tab=chart&showOutliers=true&smoothing=0&transformY=smoothing&xAxis=step)\n",
1216
"\n",
1317
"## DeepNorm\n",
1418
"\n",
@@ -18,7 +22,10 @@
1822
{
1923
"cell_type": "markdown",
2024
"metadata": {
21-
"id": "AahG_i2y5tY9"
25+
"id": "AahG_i2y5tY9",
26+
"pycharm": {
27+
"name": "#%% md\n"
28+
}
2229
},
2330
"source": [
2431
"### Install the packages"
@@ -32,7 +39,10 @@
3239
"base_uri": "https://localhost:8080/"
3340
},
3441
"id": "ZCzmCrAIVg0L",
35-
"outputId": "cf107fb2-4d50-4c67-af34-367624553421"
42+
"outputId": "cf107fb2-4d50-4c67-af34-367624553421",
43+
"pycharm": {
44+
"name": "#%%\n"
45+
}
3646
},
3747
"outputs": [],
3848
"source": [
@@ -41,15 +51,23 @@
4151
},
4252
{
4353
"cell_type": "markdown",
44-
"metadata": {},
54+
"metadata": {
55+
"pycharm": {
56+
"name": "#%% md\n"
57+
}
58+
},
4559
"source": [
4660
"### Enable [Comet](https://www.comet.ml)"
4761
]
4862
},
4963
{
5064
"cell_type": "code",
5165
"execution_count": null,
52-
"metadata": {},
66+
"metadata": {
67+
"pycharm": {
68+
"name": "#%%\n"
69+
}
70+
},
5371
"outputs": [],
5472
"source": [
5573
"#@markdown Select in order to enable logging this experiment to [Comet](https://www.comet.ml).\n",
@@ -63,7 +81,10 @@
6381
{
6482
"cell_type": "markdown",
6583
"metadata": {
66-
"id": "SE2VUQ6L5zxI"
84+
"id": "SE2VUQ6L5zxI",
85+
"pycharm": {
86+
"name": "#%% md\n"
87+
}
6788
},
6889
"source": [
6990
"### Imports"
@@ -73,7 +94,10 @@
7394
"cell_type": "code",
7495
"execution_count": null,
7596
"metadata": {
76-
"id": "0hJXx_g0wS2C"
97+
"id": "0hJXx_g0wS2C",
98+
"pycharm": {
99+
"name": "#%%\n"
100+
}
77101
},
78102
"outputs": [],
79103
"source": [
@@ -101,7 +125,10 @@
101125
"cell_type": "code",
102126
"execution_count": null,
103127
"metadata": {
104-
"id": "bFcr9k-l4cAg"
128+
"id": "bFcr9k-l4cAg",
129+
"pycharm": {
130+
"name": "#%%\n"
131+
}
105132
},
106133
"outputs": [],
107134
"source": [
@@ -111,7 +138,10 @@
111138
{
112139
"cell_type": "markdown",
113140
"metadata": {
114-
"id": "-OnHLi626tJt"
141+
"id": "-OnHLi626tJt",
142+
"pycharm": {
143+
"name": "#%% md\n"
144+
}
115145
},
116146
"source": [
117147
"### Configurations"
@@ -121,7 +151,10 @@
121151
"cell_type": "code",
122152
"execution_count": null,
123153
"metadata": {
124-
"id": "Piz0c5f44hRo"
154+
"id": "Piz0c5f44hRo",
155+
"pycharm": {
156+
"name": "#%%\n"
157+
}
125158
},
126159
"outputs": [],
127160
"source": [
@@ -131,7 +164,10 @@
131164
{
132165
"cell_type": "markdown",
133166
"metadata": {
134-
"id": "wwMzCqpD6vkL"
167+
"id": "wwMzCqpD6vkL",
168+
"pycharm": {
169+
"name": "#%% md\n"
170+
}
135171
},
136172
"source": [
137173
"Set experiment configurations and assign a configurations dictionary to override configurations"
@@ -146,7 +182,10 @@
146182
"height": 17
147183
},
148184
"id": "e6hmQhTw4nks",
149-
"outputId": "29634715-42f4-4405-fb11-fc9522608627"
185+
"outputId": "29634715-42f4-4405-fb11-fc9522608627",
186+
"pycharm": {
187+
"name": "#%%\n"
188+
}
150189
},
151190
"outputs": [],
152191
"source": [
@@ -178,7 +217,10 @@
178217
{
179218
"cell_type": "markdown",
180219
"metadata": {
181-
"id": "EvI7MtgJ61w5"
220+
"id": "EvI7MtgJ61w5",
221+
"pycharm": {
222+
"name": "#%% md\n"
223+
}
182224
},
183225
"source": [
184226
"Set PyTorch models for loading and saving"
@@ -193,7 +235,10 @@
193235
"height": 255
194236
},
195237
"id": "GDlt7dp-5ALt",
196-
"outputId": "e7548e8f-c541-4618-dc5a-1597cae42003"
238+
"outputId": "e7548e8f-c541-4618-dc5a-1597cae42003",
239+
"pycharm": {
240+
"name": "#%%\n"
241+
}
197242
},
198243
"outputs": [],
199244
"source": [
@@ -203,7 +248,10 @@
203248
{
204249
"cell_type": "markdown",
205250
"metadata": {
206-
"id": "KJZRf8527GxL"
251+
"id": "KJZRf8527GxL",
252+
"pycharm": {
253+
"name": "#%% md\n"
254+
}
207255
},
208256
"source": [
209257
"### Start the experiment and run the training loop."
@@ -218,7 +266,10 @@
218266
"height": 1000
219267
},
220268
"id": "aIAWo7Fw5DR8",
221-
"outputId": "db979785-bfe3-4eda-d3eb-8ccbe61053e5"
269+
"outputId": "db979785-bfe3-4eda-d3eb-8ccbe61053e5",
270+
"pycharm": {
271+
"name": "#%%\n"
272+
}
222273
},
223274
"outputs": [],
224275
"source": [
@@ -255,4 +306,4 @@
255306
},
256307
"nbformat": 4,
257308
"nbformat_minor": 4
258-
}
309+
}

labml_nn/normalization/deep_norm/experiment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
1010
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/normalization/deep_norm/experiment.ipynb)
1111
[![View Run](https://img.shields.io/badge/labml-experiment-brightgreen)](https://app.labml.ai/run/ec8e4dacb7f311ec8d1cd37d50b05c3d)
12+
[![Open In Comet](https://images.labml.ai/images/comet.svg?experiment=deep_norm&file=experiment)](https://www.comet.ml/labml/deep-norm/61d817f80ff143c8825fba4aacd431d4?experiment-tab=chart&showOutliers=true&smoothing=0&transformY=smoothing&xAxis=step)
1213
"""
1314

1415
import copy

0 commit comments

Comments
 (0)