Skip to content

Commit 71a0c46

Browse files
ref
Co-authored-by: Kyle Daruwalla <daruwalla.k.public@icloud.com>
1 parent debf2be commit 71a0c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ for a vocabulary of size `in`.
380380
381381
This layers is often used to store word embeddings and retrieve them using indices.
382382
The input to the layer can be either a vector of indexes
383-
or the corresponding onehot encoding.
383+
or the corresponding [onehot encoding](@ref Flux.OneHotArray).
384384
385385
# Examples
386386

0 commit comments

Comments
 (0)