From 7f3a905928b09c73b7366b78d2f169eb4bb4dc36 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Thu, 12 Dec 2024 17:15:35 +0200 Subject: [PATCH] Fix link --- src/layers/normalise.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layers/normalise.jl b/src/layers/normalise.jl index 56a7622f95..b22b772be2 100644 --- a/src/layers/normalise.jl +++ b/src/layers/normalise.jl @@ -607,7 +607,7 @@ true # Reference -Salimans & Kingma, _Weight Normalization_ (2016) https://arxiv.org/abs/1602.07868 +Salimans & Kingma, _Weight Normalization_ (2016) """ function WeightNorm(layer::L, which::Symbol = :weight; dims = -1) where L hasfield(L, which) || throw(ArgumentError("`$L` does not have field `:$which`."))