Skip to content

Commit be91bcc

Browse files
authored
Merge pull request #42 from ayasyrev/ConvBnAct
Refactor ConvBnAct block
2 parents 9acb50c + 8287cdb commit be91bcc

40 files changed

+8898
-6608
lines changed

Nbs/00_ModelConstructor.ipynb

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

Nbs/01_activations.ipynb

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

Nbs/01_layers.ipynb

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

Nbs/03_MXResNet.ipynb

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

Nbs/04_YaResNet.ipynb

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

Nbs/05_Twist.ipynb

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

Nbs/06_ConvMixer.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@
2323
"Implementation of ConvMixer. \n",
2424
"ConvMixer - ICLR 2022 submission \"Patches Are All You Need?\". \n",
2525
"https://openreview.net/forum?id=TVHS5Y4dNvM \n",
26-
"Adopted from https://github.com/tmp-iclr/convmixer "
26+
"Adopted from https://github.com/tmp-iclr/convmixer \n",
27+
"Home for convmixer: [(GITHUB)](https://github.com/locuslab/convmixer)"
2728
]
2829
},
2930
{
3031
"cell_type": "markdown",
3132
"id": "0be91e3c",
3233
"metadata": {},
3334
"source": [
34-
"Purpose of this implementation - possibilites for tune this model. \n",
35+
"Purpose of this implementation - possibilities for tune this model. \n",
3536
"For example - play with activation function, initialization etc. "
3637
]
3738
},
@@ -1190,7 +1191,7 @@
11901191
"id": "90b51303",
11911192
"metadata": {},
11921193
"source": [
1193-
"## Batchnorm before activation."
1194+
"## BatchNorm before activation."
11941195
]
11951196
},
11961197
{
@@ -1483,7 +1484,7 @@
14831484
"name": "python",
14841485
"nbconvert_exporter": "python",
14851486
"pygments_lexer": "ipython3",
1486-
"version": "3.8.10"
1487+
"version": "3.9.6"
14871488
},
14881489
"toc": {
14891490
"base_numbering": 1,

0 commit comments

Comments
 (0)