Skip to content

Commit a68e9dc

Browse files
ref
Co-authored-by: Kyle Daruwalla <[email protected]>
1 parent a86185a commit a68e9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/basic.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ for a vocabulary of size `in`.
441441
442442
This layers is often used to store word embeddings and retrieve them using indices.
443443
The input to the layer can be either a vector of indexes
444-
or the corresponding onehot encoding.
444+
or the corresponding [onehot encoding](@ref Flux.OneHotArray).
445445
446446
# Examples
447447

0 commit comments

Comments
 (0)