Skip to content

Commit a6ff89f

Browse files
updated Embedding docstring
Co-authored-by: Michael Abbott <32575566+mcabbott@users.noreply.github.com>
1 parent 0eb7ed9 commit a6ff89f

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
@@ -456,7 +456,7 @@ julia> m([6, 15, 15]) # applied to a batch
456456
4.01 22.01 22.01
457457
5.01 23.01 23.01
458458
459-
julia> ans == m(Flux.OneHotMatrix([6, 15, 15], 26))
459+
julia> ans == m(Flux.onehotbatch("foo", 'a':'z'))
460460
true
461461
```
462462
"""

0 commit comments

Comments
 (0)