Skip to content

Commit

Permalink
Update src/layers/basic.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Abbott <[email protected]>
  • Loading branch information
manikyabard and mcabbott authored Mar 1, 2022
1 parent de43bf5 commit f617aa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layers/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@ function Base.show(io::IO, m::Parallel)
end

"""
Embedding(in => out; init=randn)
Embedding(in => out; init=randn32)
Embedding(weight::AbstractMatrix)
A lookup table that stores embeddings of dimension `out`
for a vocabulary of size `in`.
Expand Down

0 comments on commit f617aa6

Please sign in to comment.