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 63ef7fa commit eff6306Copy full SHA for eff6306
src/layers/basic.jl
@@ -436,7 +436,7 @@ end
436
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.
+This layer is often used to store word embeddings and retrieve them using indices.
440
The input to the layer can be either a vector of indices
441
or the corresponding [onehot encoding](@ref Flux.OneHotArray).
442
0 commit comments