We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e753bd commit 63ef7faCopy full SHA for 63ef7fa
src/layers/basic.jl
@@ -437,7 +437,7 @@ A lookup table that stores embeddings of dimension `out`
437
for a vocabulary of size `in`.
438
439
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
+The input to the layer can be either a vector of indices
441
or the corresponding [onehot encoding](@ref Flux.OneHotArray).
442
443
# Examples
0 commit comments