Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71a0c46

Browse files
CarloLucibellodarsnack
andauthoredFeb 22, 2021
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

+1-1
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)
Please sign in to comment.