fix weight standardization link

This commit is contained in:
Varuna Jayasiri
2021-07-04 13:30:16 +05:30
parent 189770da92
commit f00d1d61f7
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ This avoids outputs of nodes from always falling beyond the active range of the
<p><em><a href="https://arxiv.org/abs/1903.10520">Refer to the paper for proofs</a></em>.</p>
<p>Here is <a href="experiment.html">the training code</a> for training
a VGG network that uses weight standardization to classify CIFAR-10 data.
This uses a <a href="../conv2d.html">2D-Convolution Layer with Weight Standardization</a>.</p>
This uses a <a href="conv2d.html">2D-Convolution Layer with Weight Standardization</a>.</p>
<p><a href="https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/normalization/weight_standardization/experiment.ipynb"><img alt="Open In Colab" src="https://colab.research.google.com/assets/colab-badge.svg" /></a>
<a href="https://app.labml.ai/run/f4a783a2a7df11eb921d0242ac1c0002"><img alt="View Run" src="https://img.shields.io/badge/labml-experiment-brightgreen" /></a>
<a href="https://wandb.ai/vpj/cifar10/runs/3flr4k8w"><img alt="WandB" src="https://img.shields.io/badge/wandb-run-yellow" /></a></p>