Skip to content

Commit 0341604

Browse files
committed
doc convmixer
1 parent e670a37 commit 0341604

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Nbs/06_ConvMixer.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,14 @@
912912
"## Pre activation"
913913
]
914914
},
915+
{
916+
"cell_type": "markdown",
917+
"id": "1f9e36e4",
918+
"metadata": {},
919+
"source": [
920+
"Activation function before convolution."
921+
]
922+
},
915923
{
916924
"cell_type": "code",
917925
"execution_count": 13,

docs/ConvMixer.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,13 @@ <h2 id="Change-activation-function.">Change activation function.<a class="anchor
551551
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
552552
<div class="text_cell_render border-box-sizing rendered_html">
553553
<h2 id="Pre-activation">Pre activation<a class="anchor-link" href="#Pre-activation"> </a></h2>
554+
</div>
555+
</div>
556+
</div>
557+
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
558+
<div class="text_cell_render border-box-sizing rendered_html">
559+
<p>Activation function before convolution.</p>
560+
554561
</div>
555562
</div>
556563
</div>

0 commit comments

Comments
 (0)