Skip to content

Commit acbf243

Browse files
docs
Co-authored-by: Kyle Daruwalla <[email protected]>
1 parent a68e9dc commit acbf243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/layers/basic.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@ julia> model(x)
463463
-0.497621 0.87595 -0.870251 0.87595 -0.772696
464464
```
465465
466-
julia> model(vocab_idxs) # same as above
466+
julia> model(vocab_idxs) == model(x)
467+
true
467468
"""
468469
struct Embedding{W}
469470
weight::W

0 commit comments

Comments
 (0)