Skip to content

Commit 7a276f8

Browse files
authored
Merge pull request #2072 from mcognetta/export_embedding
Export `Embedding`
2 parents 66dddb9 + 3e8af9f commit 7a276f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flux.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export gradient
1616
# Pirate error to catch a common mistake. (Internal function `base` because overloading `update!` is more likely to give ambiguities.)
1717
Optimisers.base(dx::Zygote.Grads) = error("Optimisers.jl cannot be used with Zygote.jl's implicit gradients, `Params` & `Grads`")
1818

19-
export Chain, Dense, Maxout, SkipConnection, Parallel, PairwiseFusion,
19+
export Chain, Dense, Embedding, Maxout, SkipConnection, Parallel, PairwiseFusion,
2020
RNN, LSTM, GRU, GRUv3,
2121
SamePad, Conv, CrossCor, ConvTranspose, DepthwiseConv,
2222
AdaptiveMaxPool, AdaptiveMeanPool, GlobalMaxPool, GlobalMeanPool, MaxPool, MeanPool,

0 commit comments

Comments
 (0)