Skip to content

Commit 1bc9421

Browse files
manikyabardmcabbott
andcommitted
updated Embedding docstring
Co-authored-by: Michael Abbott <32575566+mcabbott@users.noreply.github.com>
1 parent 8e21d79 commit 1bc9421

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
@@ -501,7 +501,7 @@ julia> m([6, 15, 15]) # applied to a batch
501501
4.01 22.01 22.01
502502
5.01 23.01 23.01
503503
504-
julia> ans == m(Flux.OneHotMatrix([6, 15, 15], 26))
504+
julia> ans == m(Flux.onehotbatch("foo", 'a':'z'))
505505
true
506506
```
507507
"""

0 commit comments

Comments
 (0)