Skip to content

Commit

Permalink
Update src/layers/basic.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Daruwalla <[email protected]>
  • Loading branch information
CarloLucibello and darsnack authored Jul 12, 2021
1 parent 63ef7fa commit eff6306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ end
A lookup table that stores embeddings of dimension `out`
for a vocabulary of size `in`.
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.
The input to the layer can be either a vector of indices
or the corresponding [onehot encoding](@ref Flux.OneHotArray).
Expand Down

0 comments on commit eff6306

Please sign in to comment.