Skip to content

Commit 63ef7fa

Browse files
Update src/layers/basic.jl
Co-authored-by: Kyle Daruwalla <daruwalla.k.public@icloud.com>
1 parent 9e753bd commit 63ef7fa

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
@@ -437,7 +437,7 @@ A lookup table that stores embeddings of dimension `out`
437437
for a vocabulary of size `in`.
438438
439439
This layers is often used to store word embeddings and retrieve them using indices.
440-
The input to the layer can be either a vector of indexes
440+
The input to the layer can be either a vector of indices
441441
or the corresponding [onehot encoding](@ref Flux.OneHotArray).
442442
443443
# Examples

0 commit comments

Comments
 (0)